Html Css Color HEX #0117B1 International Klein Blue

📋 copy color: '#0117B1'

red 1 ◦ green 23 ◦ blue 177

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

Shades of International Klein Blue #0117B1

Tints of International Klein Blue #0117B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 88.06%

R = 0.5%
G = 11.44%
B = 88.06%

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

#0117B1 (or 0x0117B1) is known color: International Klein Blue. HEX triplet: 01, 17 and B1. RGB value is (1,23,177). Sum of RGB (Red+Green+Blue) = 1+23+177=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 177 (69.53% from 255 or 88.06% from 201); Max value from RGB is 177 - color contains mainly: blue. Hex color #0117B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0117B1 is #FEE84E. Grayscale: #212121. Windows color (decimal): -16705615 or 11605761. OLE color: 11605761.

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

Color convert

RGB 1 23 177 -
CMYK 0.99 0.87 0 0.31
HSL 232.5º 0.99% 0.35% -
HSV(B) 232.5º 0.99% 0.69% -
XYZ 8.25 3.79 41.89 -
YUV 33.98 208.71 104.48 -
System Red Green Blue C M Y K H S L
Decimal 1 23 177 0.99 0.87 0 0.31 232.5 0.99 0.35
Hex 1 17 B1 63 57 0 1F E8 63 23
Octal 1 27 261 143 127 0 37 350 143 43
Binary 1 10111 10110001 1100011 1010111 0 11111 11101000 1100011 100011

Color Harmonies of #0117B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0117B1

Black with #0117B1

Text Example


Text Example

White with #0117B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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