Html Css Color HEX #011773 Sapphire

📋 copy color: '#011773'

red 1 ◦ green 23 ◦ blue 115

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

Shades of Sapphire #011773

Tints of Sapphire #011773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 82.73%

R = 0.72%
G = 16.55%
B = 82.73%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011773 (or 0x011773) is known color: Sapphire. HEX triplet: 01, 17 and 73. RGB value is (1,23,115). Sum of RGB (Red+Green+Blue) = 1+23+115=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 115 (45.31% from 255 or 82.73% from 139); Max value from RGB is 115 - color contains mainly: blue. Hex color #011773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011773 is #FEE88C. Grayscale: #1A1A1A. Windows color (decimal): -16705677 or 7542529. OLE color: 7542529.

HSL color Cylindrical-coordinate representation of color #011773: hue angle of 228.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011773 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 23 115 -
CMYK 0.99 0.80 0 0.55
HSL 228.42º 0.98% 0.23% -
HSV(B) 228.42º 0.99% 0.45% -
XYZ 3.41 1.86 16.4 -
YUV 26.91 177.71 109.52 -
System Red Green Blue C M Y K H S L
Decimal 1 23 115 0.99 0.80 0 0.55 228.42 0.98 0.23
Hex 1 17 73 63 50 0 37 E4 62 17
Octal 1 27 163 143 120 0 67 344 142 27
Binary 1 10111 1110011 1100011 1010000 0 110111 11100100 1100010 10111

Color Harmonies of #011773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011773

Black with #011773

Text Example


Text Example

White with #011773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011773; }

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

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

background-color css

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

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

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

border-color css

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

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

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