Html Css Color HEX #011760 Sapphire

📋 copy color: '#011760'

red 1 ◦ green 23 ◦ blue 96

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

Shades of Sapphire #011760

Tints of Sapphire #011760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.17%

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

R = 0.83%
G = 19.17%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011760 (or 0x011760) is known color: Sapphire. HEX triplet: 01, 17 and 60. RGB value is (1,23,96). Sum of RGB (Red+Green+Blue) = 1+23+96=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #011760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011760 is #FEE89F. Grayscale: #181818. Windows color (decimal): -16705696 or 6297345. OLE color: 6297345.

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

Color convert

RGB 1 23 96 -
CMYK 0.99 0.76 0 0.62
HSL 226.11º 0.98% 0.19% -
HSV(B) 226.11º 0.99% 0.38% -
XYZ 2.43 1.46 11.22 -
YUV 24.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 1 23 96 0.99 0.76 0 0.62 226.11 0.98 0.19
Hex 1 17 60 63 4C 0 3E E2 62 13
Octal 1 27 140 143 114 0 76 342 142 23
Binary 1 10111 1100000 1100011 1001100 0 111110 11100010 1100010 10011

Color Harmonies of #011760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011760

Black with #011760

Text Example


Text Example

White with #011760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011760; }

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

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

background-color css

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

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

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

border-color css

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

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

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