Html Css Color HEX #053FA5 Cobalt

📋 copy color: '#053FA5'

red 5 ◦ green 63 ◦ blue 165

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

Shades of Cobalt #053FA5

Tints of Cobalt #053FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 70.82%

R = 2.15%
G = 27.04%
B = 70.82%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#053FA5 (or 0x053FA5) is known color: Cobalt. HEX triplet: 05, 3F and A5. RGB value is (5,63,165). Sum of RGB (Red+Green+Blue) = 5+63+165=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 165 (64.84% from 255 or 70.82% from 233); Max value from RGB is 165 - color contains mainly: blue. Hex color #053FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053FA5 is #FAC05A. Grayscale: #383838. Windows color (decimal): -16433243 or 10829573. OLE color: 10829573.

HSL color Cylindrical-coordinate representation of color #053FA5: hue angle of 218.25º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053FA5 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 5 63 165 -
CMYK 0.97 0.62 0 0.35
HSL 218.25º 0.94% 0.33% -
HSV(B) 218.25º 0.97% 0.65% -
XYZ 8.63 6.3 36.36 -
YUV 57.29 188.78 90.71 -
System Red Green Blue C M Y K H S L
Decimal 5 63 165 0.97 0.62 0 0.35 218.25 0.94 0.33
Hex 5 3F A5 61 3E 0 23 DA 5E 21
Octal 5 77 245 141 76 0 43 332 136 41
Binary 101 111111 10100101 1100001 111110 0 100011 11011010 1011110 100001

Color Harmonies of #053FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FA5

Black with #053FA5

Text Example


Text Example

White with #053FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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