#05408A

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

Shades of Dark Cerulean #05408A

Tints of Dark Cerulean #05408A

Color information

#05408A (or 0x05408A) is unknown color: approx Dark Cerulean. HEX triplet: 05, 40 and 8A. RGB value is (5,64,138). Sum of RGB (Red+Green+Blue) = 5+64+138=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #05408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05408A is #FABF75. Grayscale: #363636. Windows color (decimal): -16433014 or 9060357. OLE color: 9060357.

HSL color Cylindrical-coordinate representation of color #05408A: hue angle of 213.38º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05408A is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB564138-
CMYK0.960.5400.46
HSL213.38º93.01%28.04%-
HSV(B)213.38º96.38%54.12%-
XYZ6.485.5324.77-
YUV54.79174.9592.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.42%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 138 (54.30% from 255) = 66.67%
R=2.42%
G=30.92%
B=66.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5641380.960.5400.46213.3893.0128.04
Hex5408A603602Ed55d1c
Octal51002121406605632513534
Binary1011000000100010101100000110110010111011010101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05408A; }

 p { color: rgb(5,64,138); }

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

<style>
 a { background-color: #05408A; }

 a { background-color: rgb(5,64,138); }

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

<style>
 span { border-color: #05408A; }

 span { border-color: rgb(5,64,138); }

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