#012361

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

Shades of Sapphire #012361

Tints of Sapphire #012361

Color information

#012361 (or 0x012361) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 61. RGB value is (1,35,97). Sum of RGB (Red+Green+Blue) = 1+35+97=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #012361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012361 is #FEDC9E. Grayscale: #1F1F1F. Windows color (decimal): -16702623 or 6365953. OLE color: 6365953.

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

Color convert

RGB13597-
CMYK0.990.6400.62
HSL218.75º97.96%19.22%-
HSV(B)218.75º98.97%38.04%-
XYZ2.772.0711.56-
YUV31.9164.74105.96-

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.32%
BLUE value IS 97 (38.28% from 255) = 72.93%
R=0.75%
G=26.32%
B=72.93%

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
Decimal135970.990.6400.62218.7597.9619.22
Hex12361634003Edb6213
Octal14314114310007633314223
Binary1100011110000111000111000000011111011011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012361; }

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

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

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

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

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

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

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

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