#1C4177

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

Shades of Dark Cerulean #1C4177

Tints of Dark Cerulean #1C4177

Color information

#1C4177 (or 0x1C4177) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 41 and 77. RGB value is (28,65,119). Sum of RGB (Red+Green+Blue) = 28+65+119=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C4177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4177 is #E3BE88. Grayscale: #3B3B3B. Windows color (decimal): -14925449 or 7815452. OLE color: 7815452.

HSL color Cylindrical-coordinate representation of color #1C4177: hue angle of 215.6º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C4177 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2865119-
CMYK0.760.4500.53
HSL215.6º61.9%28.82%-
HSV(B)215.6º76.47%46.67%-
XYZ5.75.3618.19-
YUV60.09161.24105.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.21%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 119 (46.88% from 255) = 56.13%
R=13.21%
G=30.66%
B=56.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28651190.760.4500.53215.661.928.82
Hex1C41774C2D035d83e1d
Octal34101167114550653307635
Binary1110010000011110111100110010110101101011101100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,65,119); }

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

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

 a { background-color: rgb(28,65,119); }

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

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

 span { border-color: rgb(28,65,119); }

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