Html Css Color HEX #0222BA International Klein Blue

📋 copy color: '#0222BA'

red 2 ◦ green 34 ◦ blue 186

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

Shades of International Klein Blue #0222BA

Tints of International Klein Blue #0222BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 83.78%

R = 0.9%
G = 15.32%
B = 83.78%

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

#0222BA (or 0x0222BA) is known color: International Klein Blue. HEX triplet: 02, 22 and BA. RGB value is (2,34,186). Sum of RGB (Red+Green+Blue) = 2+34+186=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #0222BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0222BA is #FDDD45. Grayscale: #292929. Windows color (decimal): -16637254 or 12198402. OLE color: 12198402.

HSL color Cylindrical-coordinate representation of color #0222BA: hue angle of 229.57º 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 #0222BA is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 34 186 -
CMYK 0.99 0.82 0 0.27
HSL 229.57º 0.98% 0.37% -
HSV(B) 229.57º 0.99% 0.73% -
XYZ 9.46 4.7 46.86 -
YUV 41.76 209.4 99.64 -
System Red Green Blue C M Y K H S L
Decimal 2 34 186 0.99 0.82 0 0.27 229.57 0.98 0.37
Hex 2 22 BA 63 52 0 1B E6 62 25
Octal 2 42 272 143 122 0 33 346 142 45
Binary 10 100010 10111010 1100011 1010010 0 11011 11100110 1100010 100101

Color Harmonies of #0222BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0222BA

Black with #0222BA

Text Example


Text Example

White with #0222BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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