Html Css Color HEX #022CBE International Klein Blue

📋 copy color: '#022CBE'

red 2 ◦ green 44 ◦ blue 190

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

Shades of International Klein Blue #022CBE

Tints of International Klein Blue #022CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 80.51%

R = 0.85%
G = 18.64%
B = 80.51%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#022CBE (or 0x022CBE) is known color: International Klein Blue. HEX triplet: 02, 2C and BE. RGB value is (2,44,190). Sum of RGB (Red+Green+Blue) = 2+44+190=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #022CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CBE is #FDD341. Grayscale: #2F2F2F. Windows color (decimal): -16634690 or 12463106. OLE color: 12463106.

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

Color convert

RGB 2 44 190 -
CMYK 0.99 0.77 0 0.25
HSL 226.6º 0.98% 0.38% -
HSV(B) 226.6º 0.99% 0.75% -
XYZ 10.22 5.53 49.24 -
YUV 48.09 208.09 95.13 -
System Red Green Blue C M Y K H S L
Decimal 2 44 190 0.99 0.77 0 0.25 226.6 0.98 0.38
Hex 2 2C BE 63 4D 0 19 E3 62 26
Octal 2 54 276 143 115 0 31 343 142 46
Binary 10 101100 10111110 1100011 1001101 0 11001 11100011 1100010 100110

Color Harmonies of #022CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CBE

Black with #022CBE

Text Example


Text Example

White with #022CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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