#001058

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

Shades of Sapphire #001058

Tints of Sapphire #001058

Color information

#001058 (or 0x001058) is unknown color: approx Sapphire. HEX triplet: 00, 10 and 58. RGB value is (0,16,88). Sum of RGB (Red+Green+Blue) = 0+16+88=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 88 (34.77% from 255 or 84.62% from 104); Max value from RGB is 88 - color contains mainly: blue. Hex color #001058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001058 is #FFEFA7. Grayscale: #131313. Windows color (decimal): -16773032 or 5771264. OLE color: 5771264.

HSL color Cylindrical-coordinate representation of color #001058: hue angle of 229.09º 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 #001058 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB01688-
CMYK10.8200.65
HSL229.09º100%17.25%-
HSV(B)229.09º100%34.51%-
XYZ1.951.089.34-
YUV19.42166.7114.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 88 (34.77% from 255) = 84.62%
R=0%
G=15.38%
B=84.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0168810.8200.65229.0910017.25
Hex010586452041e56411
Octal020130144122010134514421
Binary0100001011000110010010100100100000111100101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001058; }

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

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

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

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

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

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

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

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