#1A3C88

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

Shades of Dark Cerulean #1A3C88

Tints of Dark Cerulean #1A3C88

Color information

#1A3C88 (or 0x1A3C88) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 3C and 88. RGB value is (26,60,136). Sum of RGB (Red+Green+Blue) = 26+60+136=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A3C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3C88 is #E5C377. Grayscale: #3A3A3A. Windows color (decimal): -15057784 or 8928282. OLE color: 8928282.

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

Color convert

RGB2660136-
CMYK0.810.5600.47
HSL221.45º67.9%31.76%-
HSV(B)221.45º80.88%53.33%-
XYZ6.495.2323.96-
YUV58.5171.74104.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.71%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 136 (53.52% from 255) = 61.26%
R=11.71%
G=27.03%
B=61.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26601360.810.5600.47221.4567.931.76
Hex1A3C88513802Fdd4420
Octal32742101217005733510440
Binary110101111001000100010100011110000101111110111011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,60,136); }

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

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

 a { background-color: rgb(26,60,136); }

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

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

 span { border-color: rgb(26,60,136); }

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