#12306E

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

Shades of Sapphire #12306E

Tints of Sapphire #12306E

Color information

#12306E (or 0x12306E) is unknown color: approx Sapphire. HEX triplet: 12, 30 and 6E. RGB value is (18,48,110). Sum of RGB (Red+Green+Blue) = 18+48+110=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #12306E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12306E is #EDCF91. Grayscale: #2D2D2D. Windows color (decimal): -15585170 or 7221266. OLE color: 7221266.

HSL color Cylindrical-coordinate representation of color #12306E: hue angle of 220.43º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12306E is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1848110-
CMYK0.840.5600.57
HSL220.43º71.88%25.1%-
HSV(B)220.43º83.64%43.14%-
XYZ4.123.3715.18-
YUV46.1164.06107.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 110 (43.36% from 255) = 62.5%
R=10.23%
G=27.27%
B=62.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18481100.840.5600.57220.4371.8825.1
Hex12306E5438039dc4819
Octal22601561247007133411031
Binary1001011000011011101010100111000011100111011100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12306E; }

 p { color: rgb(18,48,110); }

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

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

 a { background-color: rgb(18,48,110); }

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

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

 span { border-color: rgb(18,48,110); }

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