Html Css Color HEX #0520AB International Klein Blue

📋 copy color: '#0520AB'

red 5 ◦ green 32 ◦ blue 171

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

Shades of International Klein Blue #0520AB

Tints of International Klein Blue #0520AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 82.21%

R = 2.4%
G = 15.38%
B = 82.21%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0520AB (or 0x0520AB) is known color: International Klein Blue. HEX triplet: 05, 20 and AB. RGB value is (5,32,171). Sum of RGB (Red+Green+Blue) = 5+32+171=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 171 (67.19% from 255 or 82.21% from 208); Max value from RGB is 171 - color contains mainly: blue. Hex color #0520AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0520AB is #FADF54. Grayscale: #272727. Windows color (decimal): -16441173 or 11214853. OLE color: 11214853.

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

Color convert

RGB 5 32 171 -
CMYK 0.97 0.81 0 0.33
HSL 230.24º 0.94% 0.35% -
HSV(B) 230.24º 0.97% 0.67% -
XYZ 7.93 4.01 38.88 -
YUV 39.77 202.05 103.2 -
System Red Green Blue C M Y K H S L
Decimal 5 32 171 0.97 0.81 0 0.33 230.24 0.94 0.35
Hex 5 20 AB 61 51 0 21 E6 5E 23
Octal 5 40 253 141 121 0 41 346 136 43
Binary 101 100000 10101011 1100001 1010001 0 100001 11100110 1011110 100011

Color Harmonies of #0520AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0520AB

Black with #0520AB

Text Example


Text Example

White with #0520AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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