Html Css Color HEX #01115D Sapphire

📋 copy color: '#01115D'

red 1 ◦ green 17 ◦ blue 93

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

Shades of Sapphire #01115D

Tints of Sapphire #01115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 83.78%

R = 0.9%
G = 15.32%
B = 83.78%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01115D (or 0x01115D) is known color: Sapphire. HEX triplet: 01, 11 and 5D. RGB value is (1,17,93). Sum of RGB (Red+Green+Blue) = 1+17+93=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 93 (36.72% from 255 or 83.78% from 111); Max value from RGB is 93 - color contains mainly: blue. Hex color #01115D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01115D is #FEEEA2. Grayscale: #141414. Windows color (decimal): -16707235 or 6099201. OLE color: 6099201.

HSL color Cylindrical-coordinate representation of color #01115D: hue angle of 229.57º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01115D is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 17 93 -
CMYK 0.99 0.82 0 0.64
HSL 229.57º 0.98% 0.18% -
HSV(B) 229.57º 0.99% 0.36% -
XYZ 2.19 1.2 10.47 -
YUV 20.88 168.7 113.82 -
System Red Green Blue C M Y K H S L
Decimal 1 17 93 0.99 0.82 0 0.64 229.57 0.98 0.18
Hex 1 11 5D 63 52 0 40 E6 62 12
Octal 1 21 135 143 122 0 100 346 142 22
Binary 1 10001 1011101 1100011 1010010 0 1000000 11100110 1100010 10010

Color Harmonies of #01115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01115D

Black with #01115D

Text Example


Text Example

White with #01115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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