#1A4486

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

Shades of Dark Cerulean #1A4486

Tints of Dark Cerulean #1A4486

Color information

#1A4486 (or 0x1A4486) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 44 and 86. RGB value is (26,68,134). Sum of RGB (Red+Green+Blue) = 26+68+134=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #1A4486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4486 is #E5BB79. Grayscale: #3E3E3E. Windows color (decimal): -15055738 or 8799258. OLE color: 8799258.

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

Color convert

RGB2668134-
CMYK0.810.4900.47
HSL216.67º67.5%31.37%-
HSV(B)216.67º80.6%52.55%-
XYZ6.86.0823.37-
YUV62.97168.09101.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.40%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 134 (52.73% from 255) = 58.77%
R=11.40%
G=29.82%
B=58.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26681340.810.4900.47216.6767.531.37
Hex1A4486513102Fd9441f
Octal321042061216105733110437
Binary110101000100100001101010001110001010111111011001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,68,134); }

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

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

 a { background-color: rgb(26,68,134); }

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

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

 span { border-color: rgb(26,68,134); }

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