#001762

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

Shades of Sapphire #001762

Tints of Sapphire #001762

Color information

#001762 (or 0x001762) is unknown color: approx Sapphire. HEX triplet: 00, 17 and 62. RGB value is (0,23,98). Sum of RGB (Red+Green+Blue) = 0+23+98=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #001762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001762 is #FFE89D. Grayscale: #181818. Windows color (decimal): -16771230 or 6428416. OLE color: 6428416.

HSL color Cylindrical-coordinate representation of color #001762: hue angle of 225.92º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001762 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB02398-
CMYK10.7700.62
HSL225.92º100%19.22%-
HSV(B)225.92º100%38.43%-
XYZ2.511.4911.71-
YUV24.67169.38110.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 98 (38.67% from 255) = 80.99%
R=0%
G=19.01%
B=80.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0239810.7700.62225.9210019.22
Hex01762644D03Ee26413
Octal02714214411507634214423
Binary010111110001011001001001101011111011100010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001762; }

 p { color: rgb(0,23,98); }

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

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

 a { background-color: rgb(0,23,98); }

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

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

 span { border-color: rgb(0,23,98); }

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