Html Css Color HEX #011168 Sapphire

📋 copy color: '#011168'

red 1 ◦ green 17 ◦ blue 104

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

Shades of Sapphire #011168

Tints of Sapphire #011168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 85.25%

R = 0.82%
G = 13.93%
B = 85.25%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#011168 (or 0x011168) is known color: Sapphire. HEX triplet: 01, 11 and 68. RGB value is (1,17,104). Sum of RGB (Red+Green+Blue) = 1+17+104=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 104 (41.02% from 255 or 85.25% from 122); Max value from RGB is 104 - color contains mainly: blue. Hex color #011168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011168 is #FEEE97. Grayscale: #151515. Windows color (decimal): -16707224 or 6820097. OLE color: 6820097.

HSL color Cylindrical-coordinate representation of color #011168: hue angle of 230.68º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011168 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 17 104 -
CMYK 0.99 0.84 0 0.59
HSL 230.68º 0.98% 0.21% -
HSV(B) 230.68º 0.99% 0.41% -
XYZ 2.71 1.41 13.23 -
YUV 22.13 174.2 112.93 -
System Red Green Blue C M Y K H S L
Decimal 1 17 104 0.99 0.84 0 0.59 230.68 0.98 0.21
Hex 1 11 68 63 54 0 3B E7 62 15
Octal 1 21 150 143 124 0 73 347 142 25
Binary 1 10001 1101000 1100011 1010100 0 111011 11100111 1100010 10101

Color Harmonies of #011168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011168

Black with #011168

Text Example


Text Example

White with #011168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011168; }

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

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

background-color css

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

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

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

border-color css

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

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

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