Html Css Color HEX #054289 Dark Cerulean

📋 copy color: '#054289'

red 5 ◦ green 66 ◦ blue 137

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

Shades of Dark Cerulean #054289

Tints of Dark Cerulean #054289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 65.87%

R = 2.4%
G = 31.73%
B = 65.87%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#054289 (or 0x054289) is known color: Dark Cerulean. HEX triplet: 05, 42 and 89. RGB value is (5,66,137). Sum of RGB (Red+Green+Blue) = 5+66+137=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #054289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054289 is #FABD76. Grayscale: #373737. Windows color (decimal): -16432503 or 8995333. OLE color: 8995333.

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

Color convert

RGB 5 66 137 -
CMYK 0.96 0.52 0 0.46
HSL 212.27º 0.93% 0.28% -
HSV(B) 212.27º 0.96% 0.54% -
XYZ 6.53 5.73 24.43 -
YUV 55.86 173.79 91.73 -
System Red Green Blue C M Y K H S L
Decimal 5 66 137 0.96 0.52 0 0.46 212.27 0.93 0.28
Hex 5 42 89 60 34 0 2E D4 5D 1C
Octal 5 102 211 140 64 0 56 324 135 34
Binary 101 1000010 10001001 1100000 110100 0 101110 11010100 1011101 11100

Color Harmonies of #054289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054289

Black with #054289

Text Example


Text Example

White with #054289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054289; }

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

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

background-color css

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

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

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

border-color css

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

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

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