#1A4580

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

Shades of Dark Cerulean #1A4580

Tints of Dark Cerulean #1A4580

Color information

#1A4580 (or 0x1A4580) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 45 and 80. RGB value is (26,69,128). Sum of RGB (Red+Green+Blue) = 26+69+128=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #1A4580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4580 is #E5BA7F. Grayscale: #3E3E3E. Windows color (decimal): -15055488 or 8406298. OLE color: 8406298.

HSL color Cylindrical-coordinate representation of color #1A4580: hue angle of 214.71º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A4580 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2669128-
CMYK0.800.4600.50
HSL214.71º66.23%30.2%-
HSV(B)214.71º79.69%50.2%-
XYZ6.456.0321.25-
YUV62.87164.75101.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.66%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 128 (50.39% from 255) = 57.40%
R=11.66%
G=30.94%
B=57.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26691280.800.4600.50214.7166.2330.2
Hex1A4580502E032d7421e
Octal321052001205606232710236
Binary110101000101100000001010000101110011001011010111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,69,128); }

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

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

 a { background-color: rgb(26,69,128); }

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

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

 span { border-color: rgb(26,69,128); }

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