Html Css Color HEX #021CAC International Klein Blue

📋 copy color: '#021CAC'

red 2 ◦ green 28 ◦ blue 172

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

Shades of International Klein Blue #021CAC

Tints of International Klein Blue #021CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.86%

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

R = 0.99%
G = 13.86%
B = 85.15%

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

#021CAC (or 0x021CAC) is known color: International Klein Blue. HEX triplet: 02, 1C and AC. RGB value is (2,28,172). Sum of RGB (Red+Green+Blue) = 2+28+172=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 172 (67.58% from 255 or 85.15% from 202); Max value from RGB is 172 - color contains mainly: blue. Hex color #021CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021CAC is #FDE353. Grayscale: #242424. Windows color (decimal): -16638804 or 11279362. OLE color: 11279362.

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

Color convert

RGB 2 28 172 -
CMYK 0.99 0.84 0 0.33
HSL 230.82º 0.98% 0.34% -
HSV(B) 230.82º 0.99% 0.67% -
XYZ 7.89 3.82 39.35 -
YUV 36.64 204.39 103.29 -
System Red Green Blue C M Y K H S L
Decimal 2 28 172 0.99 0.84 0 0.33 230.82 0.98 0.34
Hex 2 1C AC 63 54 0 21 E7 62 22
Octal 2 34 254 143 124 0 41 347 142 42
Binary 10 11100 10101100 1100011 1010100 0 100001 11100111 1100010 100010

Color Harmonies of #021CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021CAC

Black with #021CAC

Text Example


Text Example

White with #021CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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