Html Css Color HEX #021CAB International Klein Blue

📋 copy color: '#021CAB'

red 2 ◦ green 28 ◦ blue 171

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

Shades of International Klein Blue #021CAB

Tints of International Klein Blue #021CAB

RGB

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

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

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

R = 1%
G = 13.93%
B = 85.07%

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

#021CAB (or 0x021CAB) is known color: International Klein Blue. HEX triplet: 02, 1C and AB. RGB value is (2,28,171). Sum of RGB (Red+Green+Blue) = 2+28+171=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #021CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021CAB is #FDE354. Grayscale: #232323. Windows color (decimal): -16638805 or 11213826. OLE color: 11213826.

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

Color convert

RGB 2 28 171 -
CMYK 0.99 0.84 0 0.33
HSL 230.77º 0.98% 0.34% -
HSV(B) 230.77º 0.99% 0.67% -
XYZ 7.79 3.78 38.85 -
YUV 36.53 203.89 103.37 -
System Red Green Blue C M Y K H S L
Decimal 2 28 171 0.99 0.84 0 0.33 230.77 0.98 0.34
Hex 2 1C AB 63 54 0 21 E7 62 22
Octal 2 34 253 143 124 0 41 347 142 42
Binary 10 11100 10101011 1100011 1010100 0 100001 11100111 1100010 100010

Color Harmonies of #021CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021CAB

Black with #021CAB

Text Example


Text Example

White with #021CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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