Html Css Color HEX #022BAC International Klein Blue

📋 copy color: '#022BAC'

red 2 ◦ green 43 ◦ blue 172

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

Shades of International Klein Blue #022BAC

Tints of International Klein Blue #022BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.82%

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

R = 0.92%
G = 19.82%
B = 79.26%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#022BAC (or 0x022BAC) is known color: International Klein Blue. HEX triplet: 02, 2B and AC. RGB value is (2,43,172). Sum of RGB (Red+Green+Blue) = 2+43+172=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #022BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022BAC is #FDD453. Grayscale: #2C2C2C. Windows color (decimal): -16634964 or 11283202. OLE color: 11283202.

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

Color convert

RGB 2 43 172 -
CMYK 0.99 0.75 0 0.33
HSL 225.53º 0.98% 0.34% -
HSV(B) 225.53º 0.99% 0.67% -
XYZ 8.34 4.72 39.5 -
YUV 45.45 199.42 97.01 -
System Red Green Blue C M Y K H S L
Decimal 2 43 172 0.99 0.75 0 0.33 225.53 0.98 0.34
Hex 2 2B AC 63 4B 0 21 E2 62 22
Octal 2 53 254 143 113 0 41 342 142 42
Binary 10 101011 10101100 1100011 1001011 0 100001 11100010 1100010 100010

Color Harmonies of #022BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022BAC

Black with #022BAC

Text Example


Text Example

White with #022BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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