Html Css Color HEX #011165 Sapphire

📋 copy color: '#011165'

red 1 ◦ green 17 ◦ blue 101

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

Shades of Sapphire #011165

Tints of Sapphire #011165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 84.87%

R = 0.84%
G = 14.29%
B = 84.87%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011165 (or 0x011165) is known color: Sapphire. HEX triplet: 01, 11 and 65. RGB value is (1,17,101). Sum of RGB (Red+Green+Blue) = 1+17+101=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 101 (39.84% from 255 or 84.87% from 119); Max value from RGB is 101 - color contains mainly: blue. Hex color #011165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011165 is #FEEE9A. Grayscale: #151515. Windows color (decimal): -16707227 or 6623489. OLE color: 6623489.

HSL color Cylindrical-coordinate representation of color #011165: hue angle of 230.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011165 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 17 101 -
CMYK 0.99 0.83 0 0.60
HSL 230.4º 0.98% 0.2% -
HSV(B) 230.4º 0.99% 0.4% -
XYZ 2.56 1.35 12.44 -
YUV 21.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 1 17 101 0.99 0.83 0 0.60 230.4 0.98 0.2
Hex 1 11 65 63 53 0 3C E6 62 14
Octal 1 21 145 143 123 0 74 346 142 24
Binary 1 10001 1100101 1100011 1010011 0 111100 11100110 1100010 10100

Color Harmonies of #011165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011165

Black with #011165

Text Example


Text Example

White with #011165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011165; }

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

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

background-color css

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

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

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

border-color css

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

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

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