Html Css Color HEX #054479 Dark Cerulean

📋 copy color: '#054479'

red 5 ◦ green 68 ◦ blue 121

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

Shades of Dark Cerulean #054479

Tints of Dark Cerulean #054479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 62.37%

R = 2.58%
G = 35.05%
B = 62.37%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#054479 (or 0x054479) is known color: Dark Cerulean. HEX triplet: 05, 44 and 79. RGB value is (5,68,121). Sum of RGB (Red+Green+Blue) = 5+68+121=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #054479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054479 is #FABB86. Grayscale: #363636. Windows color (decimal): -16432007 or 7947269. OLE color: 7947269.

HSL color Cylindrical-coordinate representation of color #054479: hue angle of 207.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054479 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 68 121 -
CMYK 0.96 0.44 0 0.53
HSL 207.41º 0.92% 0.25% -
HSV(B) 207.41º 0.96% 0.47% -
XYZ 5.58 5.55 18.87 -
YUV 55.21 165.13 92.19 -
System Red Green Blue C M Y K H S L
Decimal 5 68 121 0.96 0.44 0 0.53 207.41 0.92 0.25
Hex 5 44 79 60 2C 0 35 CF 5C 19
Octal 5 104 171 140 54 0 65 317 134 31
Binary 101 1000100 1111001 1100000 101100 0 110101 11001111 1011100 11001

Color Harmonies of #054479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054479

Black with #054479

Text Example


Text Example

White with #054479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054479; }

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

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

background-color css

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

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

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

border-color css

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

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

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