Html Css Color HEX #0219AD International Klein Blue

📋 copy color: '#0219AD'

red 2 ◦ green 25 ◦ blue 173

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

Shades of International Klein Blue #0219AD

Tints of International Klein Blue #0219AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.5%

 BLUE value IS 173 (67.97% from 255) = 86.5%

R = 1%
G = 12.5%
B = 86.5%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0219AD (or 0x0219AD) is known color: International Klein Blue. HEX triplet: 02, 19 and AD. RGB value is (2,25,173). Sum of RGB (Red+Green+Blue) = 2+25+173=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 173 (67.97% from 255 or 86.5% from 200); Max value from RGB is 173 - color contains mainly: blue. Hex color #0219AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0219AD is #FDE652. Grayscale: #222222. Windows color (decimal): -16639571 or 11344130. OLE color: 11344130.

HSL color Cylindrical-coordinate representation of color #0219AD: hue angle of 231.93º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0219AD is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 25 173 -
CMYK 0.99 0.86 0 0.32
HSL 231.93º 0.98% 0.34% -
HSV(B) 231.93º 0.99% 0.68% -
XYZ 7.92 3.73 39.84 -
YUV 35 205.88 104.47 -
System Red Green Blue C M Y K H S L
Decimal 2 25 173 0.99 0.86 0 0.32 231.93 0.98 0.34
Hex 2 19 AD 63 56 0 20 E8 62 22
Octal 2 31 255 143 126 0 40 350 142 42
Binary 10 11001 10101101 1100011 1010110 0 100000 11101000 1100010 100010

Color Harmonies of #0219AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0219AD

Black with #0219AD

Text Example


Text Example

White with #0219AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0219AD; }

 p { color: rgb(2,25,173); }

 H1.HeaderClassName
 {
   color: #0219AD;
 }
 .AnyTagClassName
 {
   color: #0219AD;
 }
</style>

background-color css

<style>
 a { background-color: #0219AD; }

 a { background-color: rgb(2,25,173); }

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

border-color css

<style>
 span { border-color: #0219AD; }

 span { border-color: rgb(2,25,173); }

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