Html Css Color HEX #054075 Dark Cerulean

📋 copy color: '#054075'

red 5 ◦ green 64 ◦ blue 117

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

Shades of Dark Cerulean #054075

Tints of Dark Cerulean #054075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.41%

 BLUE value IS 117 (46.09% from 255) = 62.9%

R = 2.69%
G = 34.41%
B = 62.9%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#054075 (or 0x054075) is known color: Dark Cerulean. HEX triplet: 05, 40 and 75. RGB value is (5,64,117). Sum of RGB (Red+Green+Blue) = 5+64+117=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #054075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054075 is #FABF8A. Grayscale: #343434. Windows color (decimal): -16433035 or 7684101. OLE color: 7684101.

HSL color Cylindrical-coordinate representation of color #054075: hue angle of 208.39º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054075 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 64 117 -
CMYK 0.96 0.45 0 0.54
HSL 208.39º 0.92% 0.24% -
HSV(B) 208.39º 0.96% 0.46% -
XYZ 5.11 4.98 17.52 -
YUV 52.4 164.45 94.19 -
System Red Green Blue C M Y K H S L
Decimal 5 64 117 0.96 0.45 0 0.54 208.39 0.92 0.24
Hex 5 40 75 60 2D 0 36 D0 5C 18
Octal 5 100 165 140 55 0 66 320 134 30
Binary 101 1000000 1110101 1100000 101101 0 110110 11010000 1011100 11000

Color Harmonies of #054075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054075

Black with #054075

Text Example


Text Example

White with #054075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054075; }

 p { color: rgb(5,64,117); }

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

background-color css

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

 a { background-color: rgb(5,64,117); }

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

border-color css

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

 span { border-color: rgb(5,64,117); }

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