#012762

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

Shades of Sapphire #012762

Tints of Sapphire #012762

Color information

#012762 (or 0x012762) is unknown color: approx Sapphire. HEX triplet: 01, 27 and 62. RGB value is (1,39,98). Sum of RGB (Red+Green+Blue) = 1+39+98=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #012762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012762 is #FED89D. Grayscale: #222222. Windows color (decimal): -16701598 or 6432513. OLE color: 6432513.

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

Color convert

RGB13998-
CMYK0.990.6000.62
HSL216.49º97.98%19.41%-
HSV(B)216.49º98.98%38.43%-
XYZ2.942.3411.85-
YUV34.36163.91104.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 39 (15.62% from 255) = 28.26%
BLUE value IS 98 (38.67% from 255) = 71.01%
R=0.72%
G=28.26%
B=71.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal139980.990.6000.62216.4997.9819.41
Hex12762633C03Ed86213
Octal1471421437407633014223
Binary110011111000101100011111100011111011011000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012762; }

 p { color: rgb(1,39,98); }

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

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

 a { background-color: rgb(1,39,98); }

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

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

 span { border-color: rgb(1,39,98); }

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