Html Css Color HEX #022BC1 International Klein Blue

📋 copy color: '#022BC1'

red 2 ◦ green 43 ◦ blue 193

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

Shades of International Klein Blue #022BC1

Tints of International Klein Blue #022BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 81.09%

R = 0.84%
G = 18.07%
B = 81.09%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#022BC1 (or 0x022BC1) is known color: International Klein Blue. HEX triplet: 02, 2B and C1. RGB value is (2,43,193). Sum of RGB (Red+Green+Blue) = 2+43+193=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 193 (75.78% from 255 or 81.09% from 238); Max value from RGB is 193 - color contains mainly: blue. Hex color #022BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BC1 is #FDD43E. Grayscale: #2F2F2F. Windows color (decimal): -16634943 or 12659458. OLE color: 12659458.

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

Color convert

RGB 2 43 193 -
CMYK 0.99 0.78 0 0.24
HSL 227.12º 0.98% 0.38% -
HSV(B) 227.12º 0.99% 0.76% -
XYZ 10.51 5.59 50.98 -
YUV 47.84 209.92 95.3 -
System Red Green Blue C M Y K H S L
Decimal 2 43 193 0.99 0.78 0 0.24 227.12 0.98 0.38
Hex 2 2B C1 63 4E 0 18 E3 62 26
Octal 2 53 301 143 116 0 30 343 142 46
Binary 10 101011 11000001 1100011 1001110 0 11000 11100011 1100010 100110

Color Harmonies of #022BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022BC1

Black with #022BC1

Text Example


Text Example

White with #022BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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