Html Css Color HEX #0222B1 International Klein Blue

📋 copy color: '#0222B1'

red 2 ◦ green 34 ◦ blue 177

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

Shades of International Klein Blue #0222B1

Tints of International Klein Blue #0222B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 83.1%

R = 0.94%
G = 15.96%
B = 83.1%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0222B1 (or 0x0222B1) is known color: International Klein Blue. HEX triplet: 02, 22 and B1. RGB value is (2,34,177). Sum of RGB (Red+Green+Blue) = 2+34+177=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 177 (69.53% from 255 or 83.10% from 213); Max value from RGB is 177 - color contains mainly: blue. Hex color #0222B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0222B1 is #FDDD4E. Grayscale: #282828. Windows color (decimal): -16637263 or 11608578. OLE color: 11608578.

HSL color Cylindrical-coordinate representation of color #0222B1: hue angle of 229.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0222B1 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 34 177 -
CMYK 0.99 0.81 0 0.31
HSL 229.03º 0.98% 0.35% -
HSV(B) 229.03º 0.99% 0.69% -
XYZ 8.53 4.33 41.98 -
YUV 40.73 204.9 100.37 -
System Red Green Blue C M Y K H S L
Decimal 2 34 177 0.99 0.81 0 0.31 229.03 0.98 0.35
Hex 2 22 B1 63 51 0 1F E5 62 23
Octal 2 42 261 143 121 0 37 345 142 43
Binary 10 100010 10110001 1100011 1010001 0 11111 11100101 1100010 100011

Color Harmonies of #0222B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0222B1

Black with #0222B1

Text Example


Text Example

White with #0222B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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