Html Css Color HEX #022CA1 International Klein Blue

📋 copy color: '#022CA1'

red 2 ◦ green 44 ◦ blue 161

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

Shades of International Klein Blue #022CA1

Tints of International Klein Blue #022CA1

RGB

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

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

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

R = 0.97%
G = 21.26%
B = 77.78%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#022CA1 (or 0x022CA1) is known color: International Klein Blue. HEX triplet: 02, 2C and A1. RGB value is (2,44,161). Sum of RGB (Red+Green+Blue) = 2+44+161=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 161 (63.28% from 255 or 77.78% from 207); Max value from RGB is 161 - color contains mainly: blue. Hex color #022CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022CA1 is #FDD35E. Grayscale: #2C2C2C. Windows color (decimal): -16634719 or 10562562. OLE color: 10562562.

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

Color convert

RGB 2 44 161 -
CMYK 0.99 0.73 0 0.37
HSL 224.15º 0.98% 0.32% -
HSV(B) 224.15º 0.99% 0.63% -
XYZ 7.36 4.39 34.18 -
YUV 44.78 193.59 97.49 -
System Red Green Blue C M Y K H S L
Decimal 2 44 161 0.99 0.73 0 0.37 224.15 0.98 0.32
Hex 2 2C A1 63 49 0 25 E0 62 20
Octal 2 54 241 143 111 0 45 340 142 40
Binary 10 101100 10100001 1100011 1001001 0 100101 11100000 1100010 100000

Color Harmonies of #022CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CA1

Black with #022CA1

Text Example


Text Example

White with #022CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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