Html Css Color HEX #021BAE International Klein Blue

📋 copy color: '#021BAE'

red 2 ◦ green 27 ◦ blue 174

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

Shades of International Klein Blue #021BAE

Tints of International Klein Blue #021BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 85.71%

R = 0.99%
G = 13.3%
B = 85.71%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#021BAE (or 0x021BAE) is known color: International Klein Blue. HEX triplet: 02, 1B and AE. RGB value is (2,27,174). Sum of RGB (Red+Green+Blue) = 2+27+174=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 174 (68.36% from 255 or 85.71% from 203); Max value from RGB is 174 - color contains mainly: blue. Hex color #021BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021BAE is #FDE451. Grayscale: #232323. Windows color (decimal): -16639058 or 11410178. OLE color: 11410178.

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

Color convert

RGB 2 27 174 -
CMYK 0.99 0.84 0 0.32
HSL 231.28º 0.98% 0.35% -
HSV(B) 231.28º 0.99% 0.68% -
XYZ 8.06 3.85 40.36 -
YUV 36.28 205.72 103.55 -
System Red Green Blue C M Y K H S L
Decimal 2 27 174 0.99 0.84 0 0.32 231.28 0.98 0.35
Hex 2 1B AE 63 54 0 20 E7 62 23
Octal 2 33 256 143 124 0 40 347 142 43
Binary 10 11011 10101110 1100011 1010100 0 100000 11100111 1100010 100011

Color Harmonies of #021BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021BAE

Black with #021BAE

Text Example


Text Example

White with #021BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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