Html Css Color HEX #054582 Dark Cerulean

📋 copy color: '#054582'

red 5 ◦ green 69 ◦ blue 130

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

Shades of Dark Cerulean #054582

Tints of Dark Cerulean #054582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.82%

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

R = 2.45%
G = 33.82%
B = 63.73%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#054582 (or 0x054582) is known color: Dark Cerulean. HEX triplet: 05, 45 and 82. RGB value is (5,69,130). Sum of RGB (Red+Green+Blue) = 5+69+130=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #054582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054582 is #FABA7D. Grayscale: #383838. Windows color (decimal): -16431742 or 8537349. OLE color: 8537349.

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

Color convert

RGB 5 69 130 -
CMYK 0.96 0.47 0 0.49
HSL 209.28º 0.93% 0.26% -
HSV(B) 209.28º 0.96% 0.51% -
XYZ 6.22 5.9 21.93 -
YUV 56.82 169.3 91.04 -
System Red Green Blue C M Y K H S L
Decimal 5 69 130 0.96 0.47 0 0.49 209.28 0.93 0.26
Hex 5 45 82 60 2F 0 31 D1 5D 1A
Octal 5 105 202 140 57 0 61 321 135 32
Binary 101 1000101 10000010 1100000 101111 0 110001 11010001 1011101 11010

Color Harmonies of #054582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054582

Black with #054582

Text Example


Text Example

White with #054582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054582; }

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

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

background-color css

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

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

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

border-color css

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

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

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