#012368

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

Shades of Sapphire #012368

Tints of Sapphire #012368

Color information

#012368 (or 0x012368) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 68. RGB value is (1,35,104). Sum of RGB (Red+Green+Blue) = 1+35+104=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #012368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012368 is #FEDC97. Grayscale: #202020. Windows color (decimal): -16702616 or 6824705. OLE color: 6824705.

HSL color Cylindrical-coordinate representation of color #012368: hue angle of 220.19º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012368 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB135104-
CMYK0.990.6600.59
HSL220.19º98.1%20.59%-
HSV(B)220.19º99.04%40.78%-
XYZ3.112.2113.36-
YUV32.7168.24105.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 74.29%
R=0.71%
G=25%
B=74.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1351040.990.6600.59220.1998.120.59
Hex12368634203Bdc6215
Octal14315014310207333414225
Binary1100011110100011000111000010011101111011100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012368; }

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

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

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

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

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

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

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

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