Html Css Color HEX #0920AB International Klein Blue

📋 copy color: '#0920AB'

red 9 ◦ green 32 ◦ blue 171

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

Shades of International Klein Blue #0920AB

Tints of International Klein Blue #0920AB

RGB

 RED value IS 9 (3.91% from 255) = 4.25%

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

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

R = 4.25%
G = 15.09%
B = 80.66%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0920AB (or 0x0920AB) is known color: International Klein Blue. HEX triplet: 09, 20 and AB. RGB value is (9,32,171). Sum of RGB (Red+Green+Blue) = 9+32+171=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #0920AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0920AB is #F6DF54. Grayscale: #282828. Windows color (decimal): -16179029 or 11214857. OLE color: 11214857.

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

Color convert

RGB 9 32 171 -
CMYK 0.95 0.81 0 0.33
HSL 231.48º 0.9% 0.35% -
HSV(B) 231.48º 0.95% 0.67% -
XYZ 7.98 4.03 38.89 -
YUV 40.97 201.38 105.2 -
System Red Green Blue C M Y K H S L
Decimal 9 32 171 0.95 0.81 0 0.33 231.48 0.9 0.35
Hex 9 20 AB 5F 51 0 21 E7 5A 23
Octal 11 40 253 137 121 0 41 347 132 43
Binary 1001 100000 10101011 1011111 1010001 0 100001 11100111 1011010 100011

Color Harmonies of #0920AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0920AB

Black with #0920AB

Text Example


Text Example

White with #0920AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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