#001358

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

Shades of Sapphire #001358

Tints of Sapphire #001358

Color information

#001358 (or 0x001358) is unknown color: approx Sapphire. HEX triplet: 00, 13 and 58. RGB value is (0,19,88). Sum of RGB (Red+Green+Blue) = 0+19+88=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 88 (34.77% from 255 or 82.24% from 107); Max value from RGB is 88 - color contains mainly: blue. Hex color #001358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001358 is #FFECA7. Grayscale: #141414. Windows color (decimal): -16772264 or 5772032. OLE color: 5772032.

HSL color Cylindrical-coordinate representation of color #001358: hue angle of 227.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001358 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB01988-
CMYK10.7800.65
HSL227.05º100%17.25%-
HSV(B)227.05º100%34.51%-
XYZ1.991.179.35-
YUV21.18165.71112.89-

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) = 17.76%
BLUE value IS 88 (34.77% from 255) = 82.24%
R=0%
G=17.76%
B=82.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0198810.7800.65227.0510017.25
Hex01358644E041e36411
Octal023130144116010134314421
Binary0100111011000110010010011100100000111100011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001358; }

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

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

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

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

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

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

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

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