#1c92bd

Color #1C92BD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1C92BD

Tints of Pelorous #1C92BD

Color information

#1C92BD (or 0x1C92BD) is unknown color: approx Pelorous. HEX triplet: 1C, 92 and BD. RGB value is (28,146,189). Sum of RGB (Red+Green+Blue) = 28+146+189=363 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.71% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C92BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C92BD is #E36D42. Grayscale: #737373. Windows color (decimal): -14904643 or 12423708. OLE color: 12423708.

HSL color Cylindrical-coordinate representation of color #1C92BD: hue angle of 196.02º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C92BD is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB28146189-
CMYK0.850.2300.26
HSL196.02º74.19%42.55%-
HSV(B)196.02º85.19%74.12%-
XYZ19.9424.4851.82-
YUV115.62169.4165.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 7.71%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=7.71%
G=40.22%
B=52.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281461890.850.2300.26196.0274.1942.55
Hex1C92BD551701Ac44a2b
Octal342222751252703230411253
Binary111001001001010111101101010110111011010110001001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c92bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1c92bd; }

 p { color: rgb(28,146,189); }

 H1.HeaderClassName
 {
   color: #1c92bd;
 }
 .AnyTagClassName
 {
   color: #1c92bd;
 }
</style>
background-color css

<style>
 a { background-color: #1c92bd; }

 a { background-color: rgb(28,146,189); }

 div.DivClassName
 {
   background-color: #1c92bd;
 }
 .BgClassName
 {
   background-color: #1c92bd;
 }
</style>
border-color css

<style>
 span { border-color: #1c92bd; }

 span { border-color: rgb(28,146,189); }

 td.TdClassName
 {
   border-color: #1c92bd;
 }
 .TagClassName
 {
   border-color: #1c92bd;
 }
</style>