Html Css Color HEX #054682 Dark Cerulean

📋 copy color: '#054682'

red 5 ◦ green 70 ◦ blue 130

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

Shades of Dark Cerulean #054682

Tints of Dark Cerulean #054682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 63.41%

R = 2.44%
G = 34.15%
B = 63.41%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#054682 (or 0x054682) is known color: Dark Cerulean. HEX triplet: 05, 46 and 82. RGB value is (5,70,130). Sum of RGB (Red+Green+Blue) = 5+70+130=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #054682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054682 is #FAB97D. Grayscale: #393939. Windows color (decimal): -16431486 or 8537605. OLE color: 8537605.

HSL color Cylindrical-coordinate representation of color #054682: hue angle of 208.8º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054682 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 70 130 -
CMYK 0.96 0.46 0 0.49
HSL 208.8º 0.93% 0.26% -
HSV(B) 208.8º 0.96% 0.51% -
XYZ 6.28 6.02 21.95 -
YUV 57.41 168.97 90.62 -
System Red Green Blue C M Y K H S L
Decimal 5 70 130 0.96 0.46 0 0.49 208.8 0.93 0.26
Hex 5 46 82 60 2E 0 31 D1 5D 1A
Octal 5 106 202 140 56 0 61 321 135 32
Binary 101 1000110 10000010 1100000 101110 0 110001 11010001 1011101 11010

Color Harmonies of #054682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054682

Black with #054682

Text Example


Text Example

White with #054682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054682; }

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

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

background-color css

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

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

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

border-color css

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

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

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