Html Css Color HEX #0117AB International Klein Blue

📋 copy color: '#0117AB'

red 1 ◦ green 23 ◦ blue 171

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

Shades of International Klein Blue #0117AB

Tints of International Klein Blue #0117AB

RGB

 RED value IS 1 (0.78% from 255) = 0.51%

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

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

R = 0.51%
G = 11.79%
B = 87.69%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0117AB (or 0x0117AB) is known color: International Klein Blue. HEX triplet: 01, 17 and AB. RGB value is (1,23,171). Sum of RGB (Red+Green+Blue) = 1+23+171=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 171 (67.19% from 255 or 87.69% from 195); Max value from RGB is 171 - color contains mainly: blue. Hex color #0117AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0117AB is #FEE854. Grayscale: #202020. Windows color (decimal): -16705621 or 11212545. OLE color: 11212545.

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

Color convert

RGB 1 23 171 -
CMYK 0.99 0.87 0 0.33
HSL 232.24º 0.99% 0.34% -
HSV(B) 232.24º 0.99% 0.67% -
XYZ 7.67 3.56 38.81 -
YUV 33.29 205.71 104.97 -
System Red Green Blue C M Y K H S L
Decimal 1 23 171 0.99 0.87 0 0.33 232.24 0.99 0.34
Hex 1 17 AB 63 57 0 21 E8 63 22
Octal 1 27 253 143 127 0 41 350 143 42
Binary 1 10111 10101011 1100011 1010111 0 100001 11101000 1100011 100010

Color Harmonies of #0117AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0117AB

Black with #0117AB

Text Example


Text Example

White with #0117AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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