Html Css Color HEX #0017AB International Klein Blue

📋 copy color: '#0017AB'

red 0 ◦ green 23 ◦ blue 171

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

Shades of International Klein Blue #0017AB

Tints of International Klein Blue #0017AB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 171 (67.19% from 255) = 88.14%

R = 0%
G = 11.86%
B = 88.14%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0017AB (or 0x0017AB) is known color: International Klein Blue. HEX triplet: 00, 17 and AB. RGB value is (0,23,171). Sum of RGB (Red+Green+Blue) = 0+23+171=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 171 (67.19% from 255 or 88.14% from 194); Max value from RGB is 171 - color contains mainly: blue. Hex color #0017AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0017AB is #FFE854. Grayscale: #202020. Windows color (decimal): -16771157 or 11212544. OLE color: 11212544.

HSL color Cylindrical-coordinate representation of color #0017AB: hue angle of 231.93º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0017AB is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 23 171 -
CMYK 1 0.87 0 0.33
HSL 231.93º 1% 0.34% -
HSV(B) 231.93º 1% 0.67% -
XYZ 7.66 3.55 38.81 -
YUV 33 205.88 104.47 -
System Red Green Blue C M Y K H S L
Decimal 0 23 171 1 0.87 0 0.33 231.93 1 0.34
Hex 0 17 AB 64 57 0 21 E8 64 22
Octal 0 27 253 144 127 0 41 350 144 42
Binary 0 10111 10101011 1100100 1010111 0 100001 11101000 1100100 100010

Color Harmonies of #0017AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0017AB

Black with #0017AB

Text Example


Text Example

White with #0017AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0017AB; }

 p { color: rgb(0,23,171); }

 H1.HeaderClassName
 {
   color: #0017AB;
 }
 .AnyTagClassName
 {
   color: #0017AB;
 }
</style>

background-color css

<style>
 a { background-color: #0017AB; }

 a { background-color: rgb(0,23,171); }

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

border-color css

<style>
 span { border-color: #0017AB; }

 span { border-color: rgb(0,23,171); }

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