Html Css Color HEX #053FAF Cobalt

📋 copy color: '#053FAF'

red 5 ◦ green 63 ◦ blue 175

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

Shades of Cobalt #053FAF

Tints of Cobalt #053FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 25.93%

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

R = 2.06%
G = 25.93%
B = 72.02%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#053FAF (or 0x053FAF) is known color: Cobalt. HEX triplet: 05, 3F and AF. RGB value is (5,63,175). Sum of RGB (Red+Green+Blue) = 5+63+175=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #053FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053FAF is #FAC050. Grayscale: #393939. Windows color (decimal): -16433233 or 11484933. OLE color: 11484933.

HSL color Cylindrical-coordinate representation of color #053FAF: hue angle of 219.53º 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 #053FAF is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 63 175 -
CMYK 0.97 0.64 0 0.31
HSL 219.53º 0.94% 0.35% -
HSV(B) 219.53º 0.97% 0.69% -
XYZ 9.58 6.68 41.34 -
YUV 58.43 193.78 89.89 -
System Red Green Blue C M Y K H S L
Decimal 5 63 175 0.97 0.64 0 0.31 219.53 0.94 0.35
Hex 5 3F AF 61 40 0 1F DC 5E 23
Octal 5 77 257 141 100 0 37 334 136 43
Binary 101 111111 10101111 1100001 1000000 0 11111 11011100 1011110 100011

Color Harmonies of #053FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FAF

Black with #053FAF

Text Example


Text Example

White with #053FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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