Html Css Color HEX #054580 Dark Cerulean

📋 copy color: '#054580'

red 5 ◦ green 69 ◦ blue 128

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

Shades of Dark Cerulean #054580

Tints of Dark Cerulean #054580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 63.37%

R = 2.48%
G = 34.16%
B = 63.37%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#054580 (or 0x054580) is known color: Dark Cerulean. HEX triplet: 05, 45 and 80. RGB value is (5,69,128). Sum of RGB (Red+Green+Blue) = 5+69+128=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #054580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054580 is #FABA7F. Grayscale: #383838. Windows color (decimal): -16431744 or 8406277. OLE color: 8406277.

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

Color convert

RGB 5 69 128 -
CMYK 0.96 0.46 0 0.50
HSL 208.78º 0.92% 0.26% -
HSV(B) 208.78º 0.96% 0.5% -
XYZ 6.09 5.85 21.23 -
YUV 56.59 168.3 91.2 -
System Red Green Blue C M Y K H S L
Decimal 5 69 128 0.96 0.46 0 0.50 208.78 0.92 0.26
Hex 5 45 80 60 2E 0 32 D1 5C 1A
Octal 5 105 200 140 56 0 62 321 134 32
Binary 101 1000101 10000000 1100000 101110 0 110010 11010001 1011100 11010

Color Harmonies of #054580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054580

Black with #054580

Text Example


Text Example

White with #054580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054580; }

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

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

background-color css

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

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

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

border-color css

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

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

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