Html Css Color HEX #022CAD International Klein Blue

📋 copy color: '#022CAD'

red 2 ◦ green 44 ◦ blue 173

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

Shades of International Klein Blue #022CAD

Tints of International Klein Blue #022CAD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.09%

 BLUE value IS 173 (67.97% from 255) = 79%

R = 0.91%
G = 20.09%
B = 79%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#022CAD (or 0x022CAD) is known color: International Klein Blue. HEX triplet: 02, 2C and AD. RGB value is (2,44,173). Sum of RGB (Red+Green+Blue) = 2+44+173=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 173 (67.97% from 255 or 79.00% from 219); Max value from RGB is 173 - color contains mainly: blue. Hex color #022CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022CAD is #FDD352. Grayscale: #2D2D2D. Windows color (decimal): -16634707 or 11348994. OLE color: 11348994.

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

Color convert

RGB 2 44 173 -
CMYK 0.99 0.75 0 0.32
HSL 225.26º 0.98% 0.34% -
HSV(B) 225.26º 0.99% 0.68% -
XYZ 8.47 4.83 40.02 -
YUV 46.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 2 44 173 0.99 0.75 0 0.32 225.26 0.98 0.34
Hex 2 2C AD 63 4B 0 20 E1 62 22
Octal 2 54 255 143 113 0 40 341 142 42
Binary 10 101100 10101101 1100011 1001011 0 100000 11100001 1100010 100010

Color Harmonies of #022CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CAD

Black with #022CAD

Text Example


Text Example

White with #022CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,44,173); }

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

background-color css

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

 a { background-color: rgb(2,44,173); }

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

border-color css

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

 span { border-color: rgb(2,44,173); }

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