#012461

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

Shades of Sapphire #012461

Tints of Sapphire #012461

Color information

#012461 (or 0x012461) is unknown color: approx Sapphire. HEX triplet: 01, 24 and 61. RGB value is (1,36,97). Sum of RGB (Red+Green+Blue) = 1+36+97=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #012461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012461 is #FEDB9E. Grayscale: #202020. Windows color (decimal): -16702367 or 6366209. OLE color: 6366209.

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

Color convert

RGB13697-
CMYK0.990.6300.62
HSL218.12º97.96%19.22%-
HSV(B)218.12º98.97%38.04%-
XYZ2.82.1311.57-
YUV32.49164.4105.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 97 (38.28% from 255) = 72.39%
R=0.75%
G=26.87%
B=72.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal136970.990.6300.62218.1297.9619.22
Hex12461633F03Eda6213
Octal1441411437707633214223
Binary110010011000011100011111111011111011011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012461; }

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

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

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

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

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

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

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

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