Html Css Color HEX #054380 Dark Cerulean

📋 copy color: '#054380'

red 5 ◦ green 67 ◦ blue 128

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

Shades of Dark Cerulean #054380

Tints of Dark Cerulean #054380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.5%

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

R = 2.5%
G = 33.5%
B = 64%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#054380 (or 0x054380) is known color: Dark Cerulean. HEX triplet: 05, 43 and 80. RGB value is (5,67,128). Sum of RGB (Red+Green+Blue) = 5+67+128=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #054380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054380 is #FABC7F. Grayscale: #373737. Windows color (decimal): -16432256 or 8405765. OLE color: 8405765.

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

Color convert

RGB 5 67 128 -
CMYK 0.96 0.48 0 0.50
HSL 209.76º 0.92% 0.26% -
HSV(B) 209.76º 0.96% 0.5% -
XYZ 5.97 5.61 21.19 -
YUV 55.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 5 67 128 0.96 0.48 0 0.50 209.76 0.92 0.26
Hex 5 43 80 60 30 0 32 D2 5C 1A
Octal 5 103 200 140 60 0 62 322 134 32
Binary 101 1000011 10000000 1100000 110000 0 110010 11010010 1011100 11010

Color Harmonies of #054380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054380

Black with #054380

Text Example


Text Example

White with #054380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054380; }

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

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

background-color css

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

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

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

border-color css

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

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

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