Html Css Color HEX #011660 Sapphire

📋 copy color: '#011660'

red 1 ◦ green 22 ◦ blue 96

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

Shades of Sapphire #011660

Tints of Sapphire #011660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.49%

 BLUE value IS 96 (37.89% from 255) = 80.67%

R = 0.84%
G = 18.49%
B = 80.67%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011660 (or 0x011660) is known color: Sapphire. HEX triplet: 01, 16 and 60. RGB value is (1,22,96). Sum of RGB (Red+Green+Blue) = 1+22+96=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #011660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011660 is #FEE99F. Grayscale: #171717. Windows color (decimal): -16705952 or 6297089. OLE color: 6297089.

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

Color convert

RGB 1 22 96 -
CMYK 0.99 0.77 0 0.62
HSL 226.74º 0.98% 0.19% -
HSV(B) 226.74º 0.99% 0.38% -
XYZ 2.41 1.42 11.21 -
YUV 24.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 1 22 96 0.99 0.77 0 0.62 226.74 0.98 0.19
Hex 1 16 60 63 4D 0 3E E3 62 13
Octal 1 26 140 143 115 0 76 343 142 23
Binary 1 10110 1100000 1100011 1001101 0 111110 11100011 1100010 10011

Color Harmonies of #011660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011660

Black with #011660

Text Example


Text Example

White with #011660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011660; }

 p { color: rgb(1,22,96); }

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

background-color css

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

 a { background-color: rgb(1,22,96); }

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

border-color css

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

 span { border-color: rgb(1,22,96); }

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