#012362

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

Shades of Sapphire #012362

Tints of Sapphire #012362

Color information

#012362 (or 0x012362) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 62. RGB value is (1,35,98). Sum of RGB (Red+Green+Blue) = 1+35+98=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 98 (38.67% from 255 or 73.13% from 134); Max value from RGB is 98 - color contains mainly: blue. Hex color #012362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012362 is #FEDC9D. Grayscale: #1F1F1F. Windows color (decimal): -16702622 or 6431489. OLE color: 6431489.

HSL color Cylindrical-coordinate representation of color #012362: hue angle of 218.97º 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 #012362 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB13598-
CMYK0.990.6400.62
HSL218.97º97.98%19.41%-
HSV(B)218.97º98.98%38.43%-
XYZ2.822.0911.81-
YUV32.02165.24105.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 98 (38.67% from 255) = 73.13%
R=0.75%
G=26.12%
B=73.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal135980.990.6400.62218.9797.9819.41
Hex12362634003Edb6213
Octal14314214310007633314223
Binary1100011110001011000111000000011111011011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012362; }

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

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

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

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

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

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

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

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