Html Css Color HEX #054DAF Cobalt

📋 copy color: '#054DAF'

red 5 ◦ green 77 ◦ blue 175

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

Shades of Cobalt #054DAF

Tints of Cobalt #054DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.96%

 BLUE value IS 175 (68.75% from 255) = 68.09%

R = 1.95%
G = 29.96%
B = 68.09%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#054DAF (or 0x054DAF) is known color: Cobalt. HEX triplet: 05, 4D and AF. RGB value is (5,77,175). Sum of RGB (Red+Green+Blue) = 5+77+175=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #054DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054DAF is #FAB250. Grayscale: #424242. Windows color (decimal): -16429649 or 11488517. OLE color: 11488517.

HSL color Cylindrical-coordinate representation of color #054DAF: hue angle of 214.59º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054DAF is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 77 175 -
CMYK 0.97 0.56 0 0.31
HSL 214.59º 0.94% 0.35% -
HSV(B) 214.59º 0.97% 0.69% -
XYZ 10.45 8.44 41.63 -
YUV 66.64 189.15 84.03 -
System Red Green Blue C M Y K H S L
Decimal 5 77 175 0.97 0.56 0 0.31 214.59 0.94 0.35
Hex 5 4D AF 61 38 0 1F D7 5E 23
Octal 5 115 257 141 70 0 37 327 136 43
Binary 101 1001101 10101111 1100001 111000 0 11111 11010111 1011110 100011

Color Harmonies of #054DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DAF

Black with #054DAF

Text Example


Text Example

White with #054DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054DAF; }

 p { color: rgb(5,77,175); }

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

background-color css

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

 a { background-color: rgb(5,77,175); }

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

border-color css

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

 span { border-color: rgb(5,77,175); }

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