#1C4386

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

Shades of Dark Cerulean #1C4386

Tints of Dark Cerulean #1C4386

Color information

#1C4386 (or 0x1C4386) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 43 and 86. RGB value is (28,67,134). Sum of RGB (Red+Green+Blue) = 28+67+134=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #1C4386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4386 is #E3BC79. Grayscale: #3E3E3E. Windows color (decimal): -14924922 or 8799004. OLE color: 8799004.

HSL color Cylindrical-coordinate representation of color #1C4386: hue angle of 217.92º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C4386 is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2867134-
CMYK0.790.500.47
HSL217.92º65.43%31.76%-
HSV(B)217.92º79.1%52.55%-
XYZ6.795.9823.35-
YUV62.98168.08103.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.23%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 134 (52.73% from 255) = 58.52%
R=12.23%
G=29.26%
B=58.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28671340.790.500.47217.9265.4331.76
Hex1C43864F3202Fda4120
Octal341032061176205733210140
Binary1110010000111000011010011111100100101111110110101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,67,134); }

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

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

 a { background-color: rgb(28,67,134); }

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

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

 span { border-color: rgb(28,67,134); }

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