Html Css Color HEX #0121AB International Klein Blue

📋 copy color: '#0121AB'

red 1 ◦ green 33 ◦ blue 171

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

Shades of International Klein Blue #0121AB

Tints of International Klein Blue #0121AB

RGB

 RED value IS 1 (0.78% from 255) = 0.49%

 GREEN value IS 33 (13.28% from 255) = 16.1%

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

R = 0.49%
G = 16.1%
B = 83.41%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0121AB (or 0x0121AB) is known color: International Klein Blue. HEX triplet: 01, 21 and AB. RGB value is (1,33,171). Sum of RGB (Red+Green+Blue) = 1+33+171=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #0121AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0121AB is #FEDE54. Grayscale: #262626. Windows color (decimal): -16703061 or 11215105. OLE color: 11215105.

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

Color convert

RGB 1 33 171 -
CMYK 0.99 0.81 0 0.33
HSL 228.71º 0.99% 0.34% -
HSV(B) 228.71º 0.99% 0.67% -
XYZ 7.91 4.03 38.89 -
YUV 39.16 202.4 100.78 -
System Red Green Blue C M Y K H S L
Decimal 1 33 171 0.99 0.81 0 0.33 228.71 0.99 0.34
Hex 1 21 AB 63 51 0 21 E5 63 22
Octal 1 41 253 143 121 0 41 345 143 42
Binary 1 100001 10101011 1100011 1010001 0 100001 11100101 1100011 100010

Color Harmonies of #0121AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0121AB

Black with #0121AB

Text Example


Text Example

White with #0121AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,33,171); }

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

background-color css

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

 a { background-color: rgb(1,33,171); }

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

border-color css

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

 span { border-color: rgb(1,33,171); }

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