Html Css Color HEX #054288 Dark Cerulean

📋 copy color: '#054288'

red 5 ◦ green 66 ◦ blue 136

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

Shades of Dark Cerulean #054288

Tints of Dark Cerulean #054288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.88%

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

R = 2.42%
G = 31.88%
B = 65.7%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#054288 (or 0x054288) is known color: Dark Cerulean. HEX triplet: 05, 42 and 88. RGB value is (5,66,136). Sum of RGB (Red+Green+Blue) = 5+66+136=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #054288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054288 is #FABD77. Grayscale: #373737. Windows color (decimal): -16432504 or 8929797. OLE color: 8929797.

HSL color Cylindrical-coordinate representation of color #054288: hue angle of 212.06º 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 #054288 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 66 136 -
CMYK 0.96 0.51 0 0.47
HSL 212.06º 0.93% 0.28% -
HSV(B) 212.06º 0.96% 0.53% -
XYZ 6.45 5.71 24.05 -
YUV 55.74 173.29 91.81 -
System Red Green Blue C M Y K H S L
Decimal 5 66 136 0.96 0.51 0 0.47 212.06 0.93 0.28
Hex 5 42 88 60 33 0 2F D4 5D 1C
Octal 5 102 210 140 63 0 57 324 135 34
Binary 101 1000010 10001000 1100000 110011 0 101111 11010100 1011101 11100

Color Harmonies of #054288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054288

Black with #054288

Text Example


Text Example

White with #054288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054288; }

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

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

background-color css

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

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

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

border-color css

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

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

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