Html Css Color HEX #011161 Sapphire

📋 copy color: '#011161'

red 1 ◦ green 17 ◦ blue 97

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

Shades of Sapphire #011161

Tints of Sapphire #011161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 84.35%

R = 0.87%
G = 14.78%
B = 84.35%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011161 (or 0x011161) is known color: Sapphire. HEX triplet: 01, 11 and 61. RGB value is (1,17,97). Sum of RGB (Red+Green+Blue) = 1+17+97=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 97 (38.28% from 255 or 84.35% from 115); Max value from RGB is 97 - color contains mainly: blue. Hex color #011161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011161 is #FEEE9E. Grayscale: #151515. Windows color (decimal): -16707231 or 6361345. OLE color: 6361345.

HSL color Cylindrical-coordinate representation of color #011161: hue angle of 230º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011161 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 17 97 -
CMYK 0.99 0.82 0 0.62
HSL 230º 0.98% 0.19% -
HSV(B) 230º 0.99% 0.38% -
XYZ 2.37 1.27 11.43 -
YUV 21.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 1 17 97 0.99 0.82 0 0.62 230 0.98 0.19
Hex 1 11 61 63 52 0 3E E6 62 13
Octal 1 21 141 143 122 0 76 346 142 23
Binary 1 10001 1100001 1100011 1010010 0 111110 11100110 1100010 10011

Color Harmonies of #011161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011161

Black with #011161

Text Example


Text Example

White with #011161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011161; }

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

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

background-color css

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

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

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

border-color css

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

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

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