Html Css Color HEX #021AB1 International Klein Blue

📋 copy color: '#021AB1'

red 2 ◦ green 26 ◦ blue 177

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

Shades of International Klein Blue #021AB1

Tints of International Klein Blue #021AB1

RGB

 RED value IS 2 (1.17% from 255) = 0.98%

 GREEN value IS 26 (10.55% from 255) = 12.68%

 BLUE value IS 177 (69.53% from 255) = 86.34%

R = 0.98%
G = 12.68%
B = 86.34%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#021AB1 (or 0x021AB1) is known color: International Klein Blue. HEX triplet: 02, 1A and B1. RGB value is (2,26,177). Sum of RGB (Red+Green+Blue) = 2+26+177=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 177 (69.53% from 255 or 86.34% from 205); Max value from RGB is 177 - color contains mainly: blue. Hex color #021AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021AB1 is #FDE54E. Grayscale: #232323. Windows color (decimal): -16639311 or 11606530. OLE color: 11606530.

HSL color Cylindrical-coordinate representation of color #021AB1: hue angle of 231.77º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021AB1 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 26 177 -
CMYK 0.99 0.85 0 0.31
HSL 231.77º 0.98% 0.35% -
HSV(B) 231.77º 0.99% 0.69% -
XYZ 8.33 3.93 41.91 -
YUV 36.04 207.55 103.72 -
System Red Green Blue C M Y K H S L
Decimal 2 26 177 0.99 0.85 0 0.31 231.77 0.98 0.35
Hex 2 1A B1 63 55 0 1F E8 62 23
Octal 2 32 261 143 125 0 37 350 142 43
Binary 10 11010 10110001 1100011 1010101 0 11111 11101000 1100010 100011

Color Harmonies of #021AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021AB1

Black with #021AB1

Text Example


Text Example

White with #021AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021AB1; }

 p { color: rgb(2,26,177); }

 H1.HeaderClassName
 {
   color: #021AB1;
 }
 .AnyTagClassName
 {
   color: #021AB1;
 }
</style>

background-color css

<style>
 a { background-color: #021AB1; }

 a { background-color: rgb(2,26,177); }

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

border-color css

<style>
 span { border-color: #021AB1; }

 span { border-color: rgb(2,26,177); }

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