Html Css Color HEX #011167 Sapphire

📋 copy color: '#011167'

red 1 ◦ green 17 ◦ blue 103

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

Shades of Sapphire #011167

Tints of Sapphire #011167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 85.12%

R = 0.83%
G = 14.05%
B = 85.12%

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

#011167 (or 0x011167) is known color: Sapphire. HEX triplet: 01, 11 and 67. RGB value is (1,17,103). Sum of RGB (Red+Green+Blue) = 1+17+103=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 103 (40.62% from 255 or 85.12% from 121); Max value from RGB is 103 - color contains mainly: blue. Hex color #011167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011167 is #FEEE98. Grayscale: #151515. Windows color (decimal): -16707225 or 6754561. OLE color: 6754561.

HSL color Cylindrical-coordinate representation of color #011167: hue angle of 230.59º 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 #011167 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 17 103 -
CMYK 0.99 0.83 0 0.60
HSL 230.59º 0.98% 0.2% -
HSV(B) 230.59º 0.99% 0.4% -
XYZ 2.66 1.39 12.96 -
YUV 22.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 1 17 103 0.99 0.83 0 0.60 230.59 0.98 0.2
Hex 1 11 67 63 53 0 3C E7 62 14
Octal 1 21 147 143 123 0 74 347 142 24
Binary 1 10001 1100111 1100011 1010011 0 111100 11100111 1100010 10100

Color Harmonies of #011167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011167

Black with #011167

Text Example


Text Example

White with #011167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011167; }

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

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

background-color css

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

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

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

border-color css

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

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

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