Html Css Color HEX #021BAC International Klein Blue

📋 copy color: '#021BAC'

red 2 ◦ green 27 ◦ blue 172

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

Shades of International Klein Blue #021BAC

Tints of International Klein Blue #021BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.43%

 BLUE value IS 172 (67.58% from 255) = 85.57%

R = 1%
G = 13.43%
B = 85.57%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#021BAC (or 0x021BAC) is known color: International Klein Blue. HEX triplet: 02, 1B and AC. RGB value is (2,27,172). Sum of RGB (Red+Green+Blue) = 2+27+172=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 172 (67.58% from 255 or 85.57% from 201); Max value from RGB is 172 - color contains mainly: blue. Hex color #021BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021BAC is #FDE453. Grayscale: #232323. Windows color (decimal): -16639060 or 11279106. OLE color: 11279106.

HSL color Cylindrical-coordinate representation of color #021BAC: hue angle of 231.18º degrees, saturation: 0.98, 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 #021BAC is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 27 172 -
CMYK 0.99 0.84 0 0.33
HSL 231.18º 0.98% 0.34% -
HSV(B) 231.18º 0.99% 0.67% -
XYZ 7.86 3.78 39.34 -
YUV 36.06 204.72 103.71 -
System Red Green Blue C M Y K H S L
Decimal 2 27 172 0.99 0.84 0 0.33 231.18 0.98 0.34
Hex 2 1B AC 63 54 0 21 E7 62 22
Octal 2 33 254 143 124 0 41 347 142 42
Binary 10 11011 10101100 1100011 1010100 0 100001 11100111 1100010 100010

Color Harmonies of #021BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021BAC

Black with #021BAC

Text Example


Text Example

White with #021BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,27,172); }

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

background-color css

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

 a { background-color: rgb(2,27,172); }

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

border-color css

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

 span { border-color: rgb(2,27,172); }

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