#001349

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

Shades of Sapphire #001349

Tints of Sapphire #001349

Color information

#001349 (or 0x001349) is unknown color: approx Sapphire. HEX triplet: 00, 13 and 49. RGB value is (0,19,73). Sum of RGB (Red+Green+Blue) = 0+19+73=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 73 (28.91% from 255 or 79.35% from 92); Max value from RGB is 73 - color contains mainly: blue. Hex color #001349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001349 is #FFECB6. Grayscale: #131313. Windows color (decimal): -16772279 or 4788992. OLE color: 4788992.

HSL color Cylindrical-coordinate representation of color #001349: hue angle of 224.38º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001349 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB01973-
CMYK10.7400.71
HSL224.38º100%14.31%-
HSV(B)224.38º100%28.63%-
XYZ1.440.956.41-
YUV19.48158.21114.11-

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) = 20.65%
BLUE value IS 73 (28.91% from 255) = 79.35%
R=0%
G=20.65%
B=79.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0197310.7400.71224.3810014.31
Hex01349644A047e064e
Octal023111144112010734014416
Binary010011100100111001001001010010001111110000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001349; }

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

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

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

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

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

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

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

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