#1C447B

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

Shades of Dark Cerulean #1C447B

Tints of Dark Cerulean #1C447B

Color information

#1C447B (or 0x1C447B) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 44 and 7B. RGB value is (28,68,123). Sum of RGB (Red+Green+Blue) = 28+68+123=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C447B is #E3BB84. Grayscale: #3E3E3E. Windows color (decimal): -14924677 or 8078364. OLE color: 8078364.

HSL color Cylindrical-coordinate representation of color #1C447B: hue angle of 214.74º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C447B is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2868123-
CMYK0.770.4500.52
HSL214.74º62.91%29.61%-
HSV(B)214.74º77.24%48.24%-
XYZ6.125.8119.54-
YUV62.31162.25103.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.79%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 123 (48.44% from 255) = 56.16%
R=12.79%
G=31.05%
B=56.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28681230.770.4500.52214.7462.9129.61
Hex1C447B4D2D034d73f1e
Octal34104173115550643277736
Binary1110010001001111011100110110110101101001101011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,68,123); }

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

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

 a { background-color: rgb(28,68,123); }

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

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

 span { border-color: rgb(28,68,123); }

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