#001958

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

Shades of Sapphire #001958

Tints of Sapphire #001958

Color information

#001958 (or 0x001958) is unknown color: approx Sapphire. HEX triplet: 00, 19 and 58. RGB value is (0,25,88). Sum of RGB (Red+Green+Blue) = 0+25+88=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 88 (34.77% from 255 or 77.88% from 113); Max value from RGB is 88 - color contains mainly: blue. Hex color #001958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001958 is #FFE6A7. Grayscale: #181818. Windows color (decimal): -16770728 or 5773568. OLE color: 5773568.

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

Color convert

RGB02588-
CMYK10.7200.65
HSL222.95º100%17.25%-
HSV(B)222.95º100%34.51%-
XYZ2.111.49.39-
YUV24.71163.72110.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 88 (34.77% from 255) = 77.88%
R=0%
G=22.12%
B=77.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0258810.7200.65222.9510017.25
Hex019586448041df6411
Octal031130144110010133714421
Binary0110011011000110010010010000100000111011111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001958; }

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

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

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

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

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

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

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

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