Html Css Color HEX #0221B1 International Klein Blue

📋 copy color: '#0221B1'

red 2 ◦ green 33 ◦ blue 177

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

Shades of International Klein Blue #0221B1

Tints of International Klein Blue #0221B1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.57%

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

R = 0.94%
G = 15.57%
B = 83.49%

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

#0221B1 (or 0x0221B1) is known color: International Klein Blue. HEX triplet: 02, 21 and B1. RGB value is (2,33,177). Sum of RGB (Red+Green+Blue) = 2+33+177=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 177 (69.53% from 255 or 83.49% from 212); Max value from RGB is 177 - color contains mainly: blue. Hex color #0221B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0221B1 is #FDDE4E. Grayscale: #272727. Windows color (decimal): -16637519 or 11608322. OLE color: 11608322.

HSL color Cylindrical-coordinate representation of color #0221B1: hue angle of 229.37º 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 #0221B1 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 33 177 -
CMYK 0.99 0.81 0 0.31
HSL 229.37º 0.98% 0.35% -
HSV(B) 229.37º 0.99% 0.69% -
XYZ 8.5 4.27 41.97 -
YUV 40.15 205.23 100.79 -
System Red Green Blue C M Y K H S L
Decimal 2 33 177 0.99 0.81 0 0.31 229.37 0.98 0.35
Hex 2 21 B1 63 51 0 1F E5 62 23
Octal 2 41 261 143 121 0 37 345 142 43
Binary 10 100001 10110001 1100011 1010001 0 11111 11100101 1100010 100011

Color Harmonies of #0221B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0221B1

Black with #0221B1

Text Example


Text Example

White with #0221B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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