Html Css Color HEX #0520A9 International Klein Blue

📋 copy color: '#0520A9'

red 5 ◦ green 32 ◦ blue 169

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

Shades of International Klein Blue #0520A9

Tints of International Klein Blue #0520A9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

 BLUE value IS 169 (66.41% from 255) = 82.04%

R = 2.43%
G = 15.53%
B = 82.04%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0520A9 (or 0x0520A9) is known color: International Klein Blue. HEX triplet: 05, 20 and A9. RGB value is (5,32,169). Sum of RGB (Red+Green+Blue) = 5+32+169=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 169 (66.41% from 255 or 82.04% from 206); Max value from RGB is 169 - color contains mainly: blue. Hex color #0520A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0520A9 is #FADF56. Grayscale: #262626. Windows color (decimal): -16441175 or 11083781. OLE color: 11083781.

HSL color Cylindrical-coordinate representation of color #0520A9: hue angle of 230.12º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0520A9 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 5 32 169 -
CMYK 0.97 0.81 0 0.34
HSL 230.12º 0.94% 0.34% -
HSV(B) 230.12º 0.97% 0.66% -
XYZ 7.74 3.93 37.89 -
YUV 39.55 201.05 103.36 -
System Red Green Blue C M Y K H S L
Decimal 5 32 169 0.97 0.81 0 0.34 230.12 0.94 0.34
Hex 5 20 A9 61 51 0 22 E6 5E 22
Octal 5 40 251 141 121 0 42 346 136 42
Binary 101 100000 10101001 1100001 1010001 0 100010 11100110 1011110 100010

Color Harmonies of #0520A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0520A9

Black with #0520A9

Text Example


Text Example

White with #0520A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0520A9; }

 p { color: rgb(5,32,169); }

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

background-color css

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

 a { background-color: rgb(5,32,169); }

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

border-color css

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

 span { border-color: rgb(5,32,169); }

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