Html Css Color HEX #0021AB International Klein Blue

📋 copy color: '#0021AB'

red 0 ◦ green 33 ◦ blue 171

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

Shades of International Klein Blue #0021AB

Tints of International Klein Blue #0021AB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 16.18%
B = 83.82%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0021AB (or 0x0021AB) is known color: International Klein Blue. HEX triplet: 00, 21 and AB. RGB value is (0,33,171). Sum of RGB (Red+Green+Blue) = 0+33+171=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #0021AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0021AB is #FFDE54. Grayscale: #262626. Windows color (decimal): -16768597 or 11215104. OLE color: 11215104.

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

Color convert

RGB 0 33 171 -
CMYK 1 0.81 0 0.33
HSL 228.42º 1% 0.34% -
HSV(B) 228.42º 1% 0.67% -
XYZ 7.89 4.03 38.89 -
YUV 38.87 202.57 100.28 -
System Red Green Blue C M Y K H S L
Decimal 0 33 171 1 0.81 0 0.33 228.42 1 0.34
Hex 0 21 AB 64 51 0 21 E4 64 22
Octal 0 41 253 144 121 0 41 344 144 42
Binary 0 100001 10101011 1100100 1010001 0 100001 11100100 1100100 100010

Color Harmonies of #0021AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0021AB

Black with #0021AB

Text Example


Text Example

White with #0021AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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