Html Css Color HEX #01116D Sapphire

📋 copy color: '#01116D'

red 1 ◦ green 17 ◦ blue 109

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

Shades of Sapphire #01116D

Tints of Sapphire #01116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 85.83%

R = 0.79%
G = 13.39%
B = 85.83%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01116D (or 0x01116D) is known color: Sapphire. HEX triplet: 01, 11 and 6D. RGB value is (1,17,109). Sum of RGB (Red+Green+Blue) = 1+17+109=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 109 (42.97% from 255 or 85.83% from 127); Max value from RGB is 109 - color contains mainly: blue. Hex color #01116D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01116D is #FEEE92. Grayscale: #161616. Windows color (decimal): -16707219 or 7147777. OLE color: 7147777.

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

Color convert

RGB 1 17 109 -
CMYK 0.99 0.84 0 0.57
HSL 231.11º 0.98% 0.22% -
HSV(B) 231.11º 0.99% 0.43% -
XYZ 2.97 1.51 14.6 -
YUV 22.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 1 17 109 0.99 0.84 0 0.57 231.11 0.98 0.22
Hex 1 11 6D 63 54 0 39 E7 62 16
Octal 1 21 155 143 124 0 71 347 142 26
Binary 1 10001 1101101 1100011 1010100 0 111001 11100111 1100010 10110

Color Harmonies of #01116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01116D

Black with #01116D

Text Example


Text Example

White with #01116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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