Html Css Color HEX #0221BE International Klein Blue

📋 copy color: '#0221BE'

red 2 ◦ green 33 ◦ blue 190

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

Shades of International Klein Blue #0221BE

Tints of International Klein Blue #0221BE

RGB

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

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

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

R = 0.89%
G = 14.67%
B = 84.44%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0221BE (or 0x0221BE) is known color: International Klein Blue. HEX triplet: 02, 21 and BE. RGB value is (2,33,190). Sum of RGB (Red+Green+Blue) = 2+33+190=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 190 (74.61% from 255 or 84.44% from 225); Max value from RGB is 190 - color contains mainly: blue. Hex color #0221BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0221BE is #FDDE41. Grayscale: #282828. Windows color (decimal): -16637506 or 12460290. OLE color: 12460290.

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

Color convert

RGB 2 33 190 -
CMYK 0.99 0.83 0 0.25
HSL 230.11º 0.98% 0.38% -
HSV(B) 230.11º 0.99% 0.75% -
XYZ 9.86 4.82 49.13 -
YUV 41.63 211.73 99.73 -
System Red Green Blue C M Y K H S L
Decimal 2 33 190 0.99 0.83 0 0.25 230.11 0.98 0.38
Hex 2 21 BE 63 53 0 19 E6 62 26
Octal 2 41 276 143 123 0 31 346 142 46
Binary 10 100001 10111110 1100011 1010011 0 11001 11100110 1100010 100110

Color Harmonies of #0221BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0221BE

Black with #0221BE

Text Example


Text Example

White with #0221BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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