#1C487B

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

Shades of Dark Cerulean #1C487B

Tints of Dark Cerulean #1C487B

Color information

#1C487B (or 0x1C487B) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 48 and 7B. RGB value is (28,72,123). Sum of RGB (Red+Green+Blue) = 28+72+123=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C487B is #E3B784. Grayscale: #404040. Windows color (decimal): -14923653 or 8079388. OLE color: 8079388.

HSL color Cylindrical-coordinate representation of color #1C487B: hue angle of 212.21º 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 #1C487B is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2872123-
CMYK0.770.4100.52
HSL212.21º62.91%29.61%-
HSV(B)212.21º77.24%48.24%-
XYZ6.376.3119.62-
YUV64.66160.92101.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.56%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=12.56%
G=32.29%
B=55.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28721230.770.4100.52212.2162.9129.61
Hex1C487B4D29034d43f1e
Octal34110173115510643247736
Binary1110010010001111011100110110100101101001101010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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