Html Css Color HEX #01116F Sapphire

📋 copy color: '#01116F'

red 1 ◦ green 17 ◦ blue 111

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

Shades of Sapphire #01116F

Tints of Sapphire #01116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.18%

 BLUE value IS 111 (43.75% from 255) = 86.05%

R = 0.78%
G = 13.18%
B = 86.05%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01116F (or 0x01116F) is known color: Sapphire. HEX triplet: 01, 11 and 6F. RGB value is (1,17,111). Sum of RGB (Red+Green+Blue) = 1+17+111=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 111 (43.75% from 255 or 86.05% from 129); Max value from RGB is 111 - color contains mainly: blue. Hex color #01116F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01116F is #FEEE90. Grayscale: #161616. Windows color (decimal): -16707217 or 7278849. OLE color: 7278849.

HSL color Cylindrical-coordinate representation of color #01116F: hue angle of 231.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01116F is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 17 111 -
CMYK 0.99 0.85 0 0.56
HSL 231.27º 0.98% 0.22% -
HSV(B) 231.27º 0.99% 0.44% -
XYZ 3.08 1.56 15.18 -
YUV 22.93 177.7 112.36 -
System Red Green Blue C M Y K H S L
Decimal 1 17 111 0.99 0.85 0 0.56 231.27 0.98 0.22
Hex 1 11 6F 63 55 0 38 E7 62 16
Octal 1 21 157 143 125 0 70 347 142 26
Binary 1 10001 1101111 1100011 1010101 0 111000 11100111 1100010 10110

Color Harmonies of #01116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01116F

Black with #01116F

Text Example


Text Example

White with #01116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01116F; }

 p { color: rgb(1,17,111); }

 H1.HeaderClassName
 {
   color: #01116F;
 }
 .AnyTagClassName
 {
   color: #01116F;
 }
</style>

background-color css

<style>
 a { background-color: #01116F; }

 a { background-color: rgb(1,17,111); }

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

border-color css

<style>
 span { border-color: #01116F; }

 span { border-color: rgb(1,17,111); }

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