Html Css Color HEX #0520AD International Klein Blue

📋 copy color: '#0520AD'

red 5 ◦ green 32 ◦ blue 173

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

Shades of International Klein Blue #0520AD

Tints of International Klein Blue #0520AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 82.38%

R = 2.38%
G = 15.24%
B = 82.38%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0520AD (or 0x0520AD) is known color: International Klein Blue. HEX triplet: 05, 20 and AD. RGB value is (5,32,173). Sum of RGB (Red+Green+Blue) = 5+32+173=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 173 (67.97% from 255 or 82.38% from 210); Max value from RGB is 173 - color contains mainly: blue. Hex color #0520AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0520AD is #FADF52. Grayscale: #272727. Windows color (decimal): -16441171 or 11345925. OLE color: 11345925.

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

Color convert

RGB 5 32 173 -
CMYK 0.97 0.82 0 0.32
HSL 230.36º 0.94% 0.35% -
HSV(B) 230.36º 0.97% 0.68% -
XYZ 8.12 4.08 39.9 -
YUV 40 203.05 103.04 -
System Red Green Blue C M Y K H S L
Decimal 5 32 173 0.97 0.82 0 0.32 230.36 0.94 0.35
Hex 5 20 AD 61 52 0 20 E6 5E 23
Octal 5 40 255 141 122 0 40 346 136 43
Binary 101 100000 10101101 1100001 1010010 0 100000 11100110 1011110 100011

Color Harmonies of #0520AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0520AD

Black with #0520AD

Text Example


Text Example

White with #0520AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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