Html Css Color HEX #0217B0 International Klein Blue

📋 copy color: '#0217B0'

red 2 ◦ green 23 ◦ blue 176

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

Shades of International Klein Blue #0217B0

Tints of International Klein Blue #0217B0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

 BLUE value IS 176 (69.14% from 255) = 87.56%

R = 1%
G = 11.44%
B = 87.56%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0217B0 (or 0x0217B0) is known color: International Klein Blue. HEX triplet: 02, 17 and B0. RGB value is (2,23,176). Sum of RGB (Red+Green+Blue) = 2+23+176=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 176 (69.14% from 255 or 87.56% from 201); Max value from RGB is 176 - color contains mainly: blue. Hex color #0217B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0217B0 is #FDE84F. Grayscale: #212121. Windows color (decimal): -16640080 or 11540226. OLE color: 11540226.

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

Color convert

RGB 2 23 176 -
CMYK 0.99 0.87 0 0.31
HSL 232.76º 0.98% 0.35% -
HSV(B) 232.76º 0.99% 0.69% -
XYZ 8.17 3.76 41.37 -
YUV 34.16 208.04 105.06 -
System Red Green Blue C M Y K H S L
Decimal 2 23 176 0.99 0.87 0 0.31 232.76 0.98 0.35
Hex 2 17 B0 63 57 0 1F E9 62 23
Octal 2 27 260 143 127 0 37 351 142 43
Binary 10 10111 10110000 1100011 1010111 0 11111 11101001 1100010 100011

Color Harmonies of #0217B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0217B0

Black with #0217B0

Text Example


Text Example

White with #0217B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0217B0; }

 p { color: rgb(2,23,176); }

 H1.HeaderClassName
 {
   color: #0217B0;
 }
 .AnyTagClassName
 {
   color: #0217B0;
 }
</style>

background-color css

<style>
 a { background-color: #0217B0; }

 a { background-color: rgb(2,23,176); }

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

border-color css

<style>
 span { border-color: #0217B0; }

 span { border-color: rgb(2,23,176); }

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