Html Css Color HEX #054680 Dark Cerulean

📋 copy color: '#054680'

red 5 ◦ green 70 ◦ blue 128

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

Shades of Dark Cerulean #054680

Tints of Dark Cerulean #054680

RGB

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

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

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

R = 2.46%
G = 34.48%
B = 63.05%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#054680 (or 0x054680) is known color: Dark Cerulean. HEX triplet: 05, 46 and 80. RGB value is (5,70,128). Sum of RGB (Red+Green+Blue) = 5+70+128=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #054680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054680 is #FAB97F. Grayscale: #383838. Windows color (decimal): -16431488 or 8406533. OLE color: 8406533.

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

Color convert

RGB 5 70 128 -
CMYK 0.96 0.45 0 0.50
HSL 208.29º 0.92% 0.26% -
HSV(B) 208.29º 0.96% 0.5% -
XYZ 6.15 5.97 21.25 -
YUV 57.18 167.97 90.78 -
System Red Green Blue C M Y K H S L
Decimal 5 70 128 0.96 0.45 0 0.50 208.29 0.92 0.26
Hex 5 46 80 60 2D 0 32 D0 5C 1A
Octal 5 106 200 140 55 0 62 320 134 32
Binary 101 1000110 10000000 1100000 101101 0 110010 11010000 1011100 11010

Color Harmonies of #054680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054680

Black with #054680

Text Example


Text Example

White with #054680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054680; }

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

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

background-color css

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

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

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

border-color css

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

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

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