Html Css Color HEX #011373 Sapphire

📋 copy color: '#011373'

red 1 ◦ green 19 ◦ blue 115

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

Shades of Sapphire #011373

Tints of Sapphire #011373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

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

R = 0.74%
G = 14.07%
B = 85.19%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011373 (or 0x011373) is known color: Sapphire. HEX triplet: 01, 13 and 73. RGB value is (1,19,115). Sum of RGB (Red+Green+Blue) = 1+19+115=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #011373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011373 is #FEEC8C. Grayscale: #181818. Windows color (decimal): -16706701 or 7541505. OLE color: 7541505.

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

Color convert

RGB 1 19 115 -
CMYK 0.99 0.83 0 0.55
HSL 230.53º 0.98% 0.23% -
HSV(B) 230.53º 0.99% 0.45% -
XYZ 3.34 1.71 16.37 -
YUV 24.56 179.04 111.19 -
System Red Green Blue C M Y K H S L
Decimal 1 19 115 0.99 0.83 0 0.55 230.53 0.98 0.23
Hex 1 13 73 63 53 0 37 E7 62 17
Octal 1 23 163 143 123 0 67 347 142 27
Binary 1 10011 1110011 1100011 1010011 0 110111 11100111 1100010 10111

Color Harmonies of #011373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011373

Black with #011373

Text Example


Text Example

White with #011373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011373; }

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

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

background-color css

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

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

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

border-color css

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

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

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