Html Css Color HEX #054088 Dark Cerulean

📋 copy color: '#054088'

red 5 ◦ green 64 ◦ blue 136

#054088
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #054088

Tints of Dark Cerulean #054088

RGB

 RED value IS 5 (2.34% from 255) = 2.44%

 GREEN value IS 64 (25.39% from 255) = 31.22%

 BLUE value IS 136 (53.52% from 255) = 66.34%

R = 2.44%
G = 31.22%
B = 66.34%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#054088 (or 0x054088) is known color: Dark Cerulean. HEX triplet: 05, 40 and 88. RGB value is (5,64,136). Sum of RGB (Red+Green+Blue) = 5+64+136=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #054088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054088 is #FABF77. Grayscale: #363636. Windows color (decimal): -16433016 or 8929285. OLE color: 8929285.

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

Color convert

RGB 5 64 136 -
CMYK 0.96 0.53 0 0.47
HSL 212.98º 0.93% 0.28% -
HSV(B) 212.98º 0.96% 0.53% -
XYZ 6.34 5.48 24.02 -
YUV 54.57 173.95 92.65 -
System Red Green Blue C M Y K H S L
Decimal 5 64 136 0.96 0.53 0 0.47 212.98 0.93 0.28
Hex 5 40 88 60 35 0 2F D5 5D 1C
Octal 5 100 210 140 65 0 57 325 135 34
Binary 101 1000000 10001000 1100000 110101 0 101111 11010101 1011101 11100

Color Harmonies of #054088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054088

Black with #054088

Text Example


Text Example

White with #054088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054088; }

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

 H1.HeaderClassName
 {
   color: #054088;
 }
 .AnyTagClassName
 {
   color: #054088;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #054088;
 }
 .BgClassName
 {
   background-color: #054088;
 }
</style>

border-color css

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

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

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