Html Css Color HEX #054178 Dark Cerulean

📋 copy color: '#054178'

red 5 ◦ green 65 ◦ blue 120

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

Shades of Dark Cerulean #054178

Tints of Dark Cerulean #054178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.21%

 BLUE value IS 120 (47.27% from 255) = 63.16%

R = 2.63%
G = 34.21%
B = 63.16%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#054178 (or 0x054178) is known color: Dark Cerulean. HEX triplet: 05, 41 and 78. RGB value is (5,65,120). Sum of RGB (Red+Green+Blue) = 5+65+120=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #054178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054178 is #FABE87. Grayscale: #353535. Windows color (decimal): -16432776 or 7880965. OLE color: 7880965.

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

Color convert

RGB 5 65 120 -
CMYK 0.96 0.46 0 0.53
HSL 208.7º 0.92% 0.25% -
HSV(B) 208.7º 0.96% 0.47% -
XYZ 5.34 5.17 18.49 -
YUV 53.33 165.62 93.53 -
System Red Green Blue C M Y K H S L
Decimal 5 65 120 0.96 0.46 0 0.53 208.7 0.92 0.25
Hex 5 41 78 60 2E 0 35 D1 5C 19
Octal 5 101 170 140 56 0 65 321 134 31
Binary 101 1000001 1111000 1100000 101110 0 110101 11010001 1011100 11001

Color Harmonies of #054178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054178

Black with #054178

Text Example


Text Example

White with #054178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054178; }

 p { color: rgb(5,65,120); }

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

background-color css

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

 a { background-color: rgb(5,65,120); }

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

border-color css

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

 span { border-color: rgb(5,65,120); }

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