#1C7FB6

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

Shades of Pelorous #1C7FB6

Tints of Pelorous #1C7FB6

Color information

#1C7FB6 (or 0x1C7FB6) is unknown color: approx Pelorous. HEX triplet: 1C, 7F and B6. RGB value is (28,127,182). Sum of RGB (Red+Green+Blue) = 28+127+182=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #1C7FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7FB6 is #E38049. Grayscale: #676767. Windows color (decimal): -14909514 or 11960092. OLE color: 11960092.

HSL color Cylindrical-coordinate representation of color #1C7FB6: hue angle of 201.43º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C7FB6 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB28127182-
CMYK0.850.3000.29
HSL201.43º73.33%41.18%-
HSV(B)201.43º84.62%71.37%-
XYZ16.5118.847.02-
YUV103.67172.274.03-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.31%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 182 (71.48% from 255) = 54.01%
R=8.31%
G=37.69%
B=54.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal281271820.850.3000.29201.4373.3341.18
Hex1C7FB6551E01Dc94929
Octal341772661253603531111151
Binary11100111111110110110101010111110011101110010011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,127,182); }

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

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

 a { background-color: rgb(28,127,182); }

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

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

 span { border-color: rgb(28,127,182); }

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