Html Css Color HEX #0222BB International Klein Blue

📋 copy color: '#0222BB'

red 2 ◦ green 34 ◦ blue 187

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

Shades of International Klein Blue #0222BB

Tints of International Klein Blue #0222BB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

 BLUE value IS 187 (73.44% from 255) = 83.86%

R = 0.9%
G = 15.25%
B = 83.86%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0222BB (or 0x0222BB) is known color: International Klein Blue. HEX triplet: 02, 22 and BB. RGB value is (2,34,187). Sum of RGB (Red+Green+Blue) = 2+34+187=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 187 (73.44% from 255 or 83.86% from 223); Max value from RGB is 187 - color contains mainly: blue. Hex color #0222BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0222BB is #FDDD44. Grayscale: #292929. Windows color (decimal): -16637253 or 12263938. OLE color: 12263938.

HSL color Cylindrical-coordinate representation of color #0222BB: hue angle of 229.62º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0222BB is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 34 187 -
CMYK 0.99 0.82 0 0.27
HSL 229.62º 0.98% 0.37% -
HSV(B) 229.62º 0.99% 0.73% -
XYZ 9.57 4.74 47.43 -
YUV 41.87 209.9 99.56 -
System Red Green Blue C M Y K H S L
Decimal 2 34 187 0.99 0.82 0 0.27 229.62 0.98 0.37
Hex 2 22 BB 63 52 0 1B E6 62 25
Octal 2 42 273 143 122 0 33 346 142 45
Binary 10 100010 10111011 1100011 1010010 0 11011 11100110 1100010 100101

Color Harmonies of #0222BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0222BB

Black with #0222BB

Text Example


Text Example

White with #0222BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0222BB; }

 p { color: rgb(2,34,187); }

 H1.HeaderClassName
 {
   color: #0222BB;
 }
 .AnyTagClassName
 {
   color: #0222BB;
 }
</style>

background-color css

<style>
 a { background-color: #0222BB; }

 a { background-color: rgb(2,34,187); }

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

border-color css

<style>
 span { border-color: #0222BB; }

 span { border-color: rgb(2,34,187); }

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