Html Css Color HEX #054690 Dark Cerulean

📋 copy color: '#054690'

red 5 ◦ green 70 ◦ blue 144

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

Shades of Dark Cerulean #054690

Tints of Dark Cerulean #054690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

 BLUE value IS 144 (56.64% from 255) = 65.75%

R = 2.28%
G = 31.96%
B = 65.75%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#054690 (or 0x054690) is known color: Dark Cerulean. HEX triplet: 05, 46 and 90. RGB value is (5,70,144). Sum of RGB (Red+Green+Blue) = 5+70+144=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #054690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054690 is #FAB96F. Grayscale: #3A3A3A. Windows color (decimal): -16431472 or 9455109. OLE color: 9455109.

HSL color Cylindrical-coordinate representation of color #054690: hue angle of 211.94º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054690 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 70 144 -
CMYK 0.97 0.51 0 0.44
HSL 211.94º 0.93% 0.29% -
HSV(B) 211.94º 0.97% 0.56% -
XYZ 7.29 6.43 27.24 -
YUV 59 175.97 89.48 -
System Red Green Blue C M Y K H S L
Decimal 5 70 144 0.97 0.51 0 0.44 211.94 0.93 0.29
Hex 5 46 90 61 33 0 2C D4 5D 1D
Octal 5 106 220 141 63 0 54 324 135 35
Binary 101 1000110 10010000 1100001 110011 0 101100 11010100 1011101 11101

Color Harmonies of #054690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054690

Black with #054690

Text Example


Text Example

White with #054690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054690; }

 p { color: rgb(5,70,144); }

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

background-color css

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

 a { background-color: rgb(5,70,144); }

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

border-color css

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

 span { border-color: rgb(5,70,144); }

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