Html Css Color HEX #022DA1 International Klein Blue

📋 copy color: '#022DA1'

red 2 ◦ green 45 ◦ blue 161

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

Shades of International Klein Blue #022DA1

Tints of International Klein Blue #022DA1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.63%

 BLUE value IS 161 (63.28% from 255) = 77.4%

R = 0.96%
G = 21.63%
B = 77.4%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#022DA1 (or 0x022DA1) is known color: International Klein Blue. HEX triplet: 02, 2D and A1. RGB value is (2,45,161). Sum of RGB (Red+Green+Blue) = 2+45+161=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 161 (63.28% from 255 or 77.40% from 208); Max value from RGB is 161 - color contains mainly: blue. Hex color #022DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022DA1 is #FDD25E. Grayscale: #2C2C2C. Windows color (decimal): -16634463 or 10562818. OLE color: 10562818.

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

Color convert

RGB 2 45 161 -
CMYK 0.99 0.72 0 0.37
HSL 223.77º 0.98% 0.32% -
HSV(B) 223.77º 0.99% 0.63% -
XYZ 7.4 4.46 34.19 -
YUV 45.37 193.25 97.07 -
System Red Green Blue C M Y K H S L
Decimal 2 45 161 0.99 0.72 0 0.37 223.77 0.98 0.32
Hex 2 2D A1 63 48 0 25 E0 62 20
Octal 2 55 241 143 110 0 45 340 142 40
Binary 10 101101 10100001 1100011 1001000 0 100101 11100000 1100010 100000

Color Harmonies of #022DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DA1

Black with #022DA1

Text Example


Text Example

White with #022DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,45,161); }

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

background-color css

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

 a { background-color: rgb(2,45,161); }

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

border-color css

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

 span { border-color: rgb(2,45,161); }

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