Html Css Color HEX #021FAC International Klein Blue

📋 copy color: '#021FAC'

red 2 ◦ green 31 ◦ blue 172

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

Shades of International Klein Blue #021FAC

Tints of International Klein Blue #021FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.12%

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

R = 0.98%
G = 15.12%
B = 83.9%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#021FAC (or 0x021FAC) is known color: International Klein Blue. HEX triplet: 02, 1F and AC. RGB value is (2,31,172). Sum of RGB (Red+Green+Blue) = 2+31+172=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #021FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021FAC is #FDE053. Grayscale: #252525. Windows color (decimal): -16638036 or 11280130. OLE color: 11280130.

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

Color convert

RGB 2 31 172 -
CMYK 0.99 0.82 0 0.33
HSL 229.76º 0.98% 0.34% -
HSV(B) 229.76º 0.99% 0.67% -
XYZ 7.96 3.97 39.38 -
YUV 38.4 203.39 102.04 -
System Red Green Blue C M Y K H S L
Decimal 2 31 172 0.99 0.82 0 0.33 229.76 0.98 0.34
Hex 2 1F AC 63 52 0 21 E6 62 22
Octal 2 37 254 143 122 0 41 346 142 42
Binary 10 11111 10101100 1100011 1010010 0 100001 11100110 1100010 100010

Color Harmonies of #021FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021FAC

Black with #021FAC

Text Example


Text Example

White with #021FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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