Html Css Color HEX #0A20AD International Klein Blue

📋 copy color: '#0A20AD'

red 10 ◦ green 32 ◦ blue 173

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

Shades of International Klein Blue #0A20AD

Tints of International Klein Blue #0A20AD

RGB

 RED value IS 10 (4.3% from 255) = 4.65%

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

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

R = 4.65%
G = 14.88%
B = 80.47%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A20AD (or 0x0A20AD) is known color: International Klein Blue. HEX triplet: 0A, 20 and AD. RGB value is (10,32,173). Sum of RGB (Red+Green+Blue) = 10+32+173=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A20AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A20AD is #F5DF52. Grayscale: #282828. Windows color (decimal): -16113491 or 11345930. OLE color: 11345930.

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

Color convert

RGB 10 32 173 -
CMYK 0.94 0.82 0 0.32
HSL 231.9º 0.89% 0.36% -
HSV(B) 231.9º 0.94% 0.68% -
XYZ 8.18 4.11 39.9 -
YUV 41.5 202.21 105.54 -
System Red Green Blue C M Y K H S L
Decimal 10 32 173 0.94 0.82 0 0.32 231.9 0.89 0.36
Hex A 20 AD 5E 52 0 20 E8 59 24
Octal 12 40 255 136 122 0 40 350 131 44
Binary 1010 100000 10101101 1011110 1010010 0 100000 11101000 1011001 100100

Color Harmonies of #0A20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A20AD

Black with #0A20AD

Text Example


Text Example

White with #0A20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A20AD; }

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

 H1.HeaderClassName
 {
   color: #0A20AD;
 }
 .AnyTagClassName
 {
   color: #0A20AD;
 }
</style>

background-color css

<style>
 a { background-color: #0A20AD; }

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

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

border-color css

<style>
 span { border-color: #0A20AD; }

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

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