Html Css Color HEX #054692 Dark Cerulean

📋 copy color: '#054692'

red 5 ◦ green 70 ◦ blue 146

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

Shades of Dark Cerulean #054692

Tints of Dark Cerulean #054692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 66.06%

R = 2.26%
G = 31.67%
B = 66.06%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#054692 (or 0x054692) is known color: Dark Cerulean. HEX triplet: 05, 46 and 92. RGB value is (5,70,146). Sum of RGB (Red+Green+Blue) = 5+70+146=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #054692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054692 is #FAB96D. Grayscale: #3A3A3A. Windows color (decimal): -16431470 or 9586181. OLE color: 9586181.

HSL color Cylindrical-coordinate representation of color #054692: hue angle of 212.34º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054692 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 70 146 -
CMYK 0.97 0.52 0 0.43
HSL 212.34º 0.93% 0.3% -
HSV(B) 212.34º 0.97% 0.57% -
XYZ 7.44 6.49 28.05 -
YUV 59.23 176.97 89.32 -
System Red Green Blue C M Y K H S L
Decimal 5 70 146 0.97 0.52 0 0.43 212.34 0.93 0.3
Hex 5 46 92 61 34 0 2B D4 5D 1E
Octal 5 106 222 141 64 0 53 324 135 36
Binary 101 1000110 10010010 1100001 110100 0 101011 11010100 1011101 11110

Color Harmonies of #054692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054692

Black with #054692

Text Example


Text Example

White with #054692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054692; }

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

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

background-color css

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

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

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

border-color css

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

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

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