Html Css Color HEX #022ABD International Klein Blue

📋 copy color: '#022ABD'

red 2 ◦ green 42 ◦ blue 189

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

Shades of International Klein Blue #022ABD

Tints of International Klein Blue #022ABD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.03%

 BLUE value IS 189 (74.22% from 255) = 81.12%

R = 0.86%
G = 18.03%
B = 81.12%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#022ABD (or 0x022ABD) is known color: International Klein Blue. HEX triplet: 02, 2A and BD. RGB value is (2,42,189). Sum of RGB (Red+Green+Blue) = 2+42+189=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 189 (74.22% from 255 or 81.12% from 233); Max value from RGB is 189 - color contains mainly: blue. Hex color #022ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ABD is #FDD542. Grayscale: #2E2E2E. Windows color (decimal): -16635203 or 12397058. OLE color: 12397058.

HSL color Cylindrical-coordinate representation of color #022ABD: hue angle of 227.17º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022ABD is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 42 189 -
CMYK 0.99 0.78 0 0.26
HSL 227.17º 0.98% 0.37% -
HSV(B) 227.17º 0.99% 0.74% -
XYZ 10.04 5.34 48.65 -
YUV 46.8 208.25 96.05 -
System Red Green Blue C M Y K H S L
Decimal 2 42 189 0.99 0.78 0 0.26 227.17 0.98 0.37
Hex 2 2A BD 63 4E 0 1A E3 62 25
Octal 2 52 275 143 116 0 32 343 142 45
Binary 10 101010 10111101 1100011 1001110 0 11010 11100011 1100010 100101

Color Harmonies of #022ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022ABD

Black with #022ABD

Text Example


Text Example

White with #022ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022ABD; }

 p { color: rgb(2,42,189); }

 H1.HeaderClassName
 {
   color: #022ABD;
 }
 .AnyTagClassName
 {
   color: #022ABD;
 }
</style>

background-color css

<style>
 a { background-color: #022ABD; }

 a { background-color: rgb(2,42,189); }

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

border-color css

<style>
 span { border-color: #022ABD; }

 span { border-color: rgb(2,42,189); }

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