#001373

Color #001373 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #001373

Tints of Sapphire #001373

Color information

#001373 (or 0x001373) is unknown color: approx Sapphire. HEX triplet: 00, 13 and 73. RGB value is (0,19,115). Sum of RGB (Red+Green+Blue) = 0+19+115=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 115 (45.31% from 255 or 85.82% from 134); Max value from RGB is 115 - color contains mainly: blue. Hex color #001373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001373 is #FFEC8C. Grayscale: #171717. Windows color (decimal): -16772237 or 7541504. OLE color: 7541504.

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

Color convert

RGB019115-
CMYK10.8300.55
HSL230.09º100%22.55%-
HSV(B)230.09º100%45.1%-
XYZ3.331.716.37-
YUV24.26179.21110.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 115 (45.31% from 255) = 85.82%
R=0%
G=14.18%
B=85.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal01911510.8300.55230.0910022.55
Hex013736453037e66417
Octal02316314412306734614427
Binary010011111001111001001010011011011111100110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001373; }

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

 H1.HeaderClassName
 {
   color: #001373;
 }
 .AnyTagClassName
 {
   color: #001373;
 }
</style>
background-color css

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

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

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

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

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

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