Html Css Color HEX #054480 Dark Cerulean

📋 copy color: '#054480'

red 5 ◦ green 68 ◦ blue 128

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

Shades of Dark Cerulean #054480

Tints of Dark Cerulean #054480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

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

R = 2.49%
G = 33.83%
B = 63.68%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#054480 (or 0x054480) is known color: Dark Cerulean. HEX triplet: 05, 44 and 80. RGB value is (5,68,128). Sum of RGB (Red+Green+Blue) = 5+68+128=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #054480 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054480 is #FABB7F. Grayscale: #373737. Windows color (decimal): -16432000 or 8406021. OLE color: 8406021.

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

Color convert

RGB 5 68 128 -
CMYK 0.96 0.47 0 0.50
HSL 209.27º 0.92% 0.26% -
HSV(B) 209.27º 0.96% 0.5% -
XYZ 6.03 5.73 21.21 -
YUV 56 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 5 68 128 0.96 0.47 0 0.50 209.27 0.92 0.26
Hex 5 44 80 60 2F 0 32 D1 5C 1A
Octal 5 104 200 140 57 0 62 321 134 32
Binary 101 1000100 10000000 1100000 101111 0 110010 11010001 1011100 11010

Color Harmonies of #054480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054480

Black with #054480

Text Example


Text Example

White with #054480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054480; }

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

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

background-color css

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

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

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

border-color css

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

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

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