Html Css Color HEX #054290 Dark Cerulean

📋 copy color: '#054290'

red 5 ◦ green 66 ◦ blue 144

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

Shades of Dark Cerulean #054290

Tints of Dark Cerulean #054290

RGB

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

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

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

R = 2.33%
G = 30.7%
B = 66.98%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#054290 (or 0x054290) is known color: Dark Cerulean. HEX triplet: 05, 42 and 90. RGB value is (5,66,144). Sum of RGB (Red+Green+Blue) = 5+66+144=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #054290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054290 is #FABD6F. Grayscale: #383838. Windows color (decimal): -16432496 or 9454085. OLE color: 9454085.

HSL color Cylindrical-coordinate representation of color #054290: hue angle of 213.67º 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 #054290 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 66 144 -
CMYK 0.97 0.54 0 0.44
HSL 213.67º 0.93% 0.29% -
HSV(B) 213.67º 0.97% 0.56% -
XYZ 7.04 5.94 27.16 -
YUV 56.65 177.29 91.16 -
System Red Green Blue C M Y K H S L
Decimal 5 66 144 0.97 0.54 0 0.44 213.67 0.93 0.29
Hex 5 42 90 61 36 0 2C D6 5D 1D
Octal 5 102 220 141 66 0 54 326 135 35
Binary 101 1000010 10010000 1100001 110110 0 101100 11010110 1011101 11101

Color Harmonies of #054290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054290

Black with #054290

Text Example


Text Example

White with #054290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054290; }

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

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

background-color css

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

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

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

border-color css

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

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

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