#1C4771

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

Shades of Dark Cerulean #1C4771

Tints of Dark Cerulean #1C4771

Color information

#1C4771 (or 0x1C4771) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 47 and 71. RGB value is (28,71,113). Sum of RGB (Red+Green+Blue) = 28+71+113=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C4771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4771 is #E3B88E. Grayscale: #3E3E3E. Windows color (decimal): -14923919 or 7423772. OLE color: 7423772.

HSL color Cylindrical-coordinate representation of color #1C4771: hue angle of 209.65º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C4771 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2871113-
CMYK0.750.3700.56
HSL209.65º60.28%27.65%-
HSV(B)209.65º75.22%44.31%-
XYZ5.715.9516.47-
YUV62.93156.25103.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.21%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 113 (44.53% from 255) = 53.30%
R=13.21%
G=33.49%
B=53.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28711130.750.3700.56209.6560.2827.65
Hex1C47714B25038d23c1c
Octal34107161113450703227434
Binary1110010001111110001100101110010101110001101001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,71,113); }

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

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

 a { background-color: rgb(28,71,113); }

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

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

 span { border-color: rgb(28,71,113); }

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