#12287A

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

Shades of Sapphire #12287A

Tints of Sapphire #12287A

Color information

#12287A (or 0x12287A) is unknown color: approx Sapphire. HEX triplet: 12, 28 and 7A. RGB value is (18,40,122). Sum of RGB (Red+Green+Blue) = 18+40+122=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 122 (48.05% from 255 or 67.78% from 180); Max value from RGB is 122 - color contains mainly: blue. Hex color #12287A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12287A is #EDD785. Grayscale: #2A2A2A. Windows color (decimal): -15587206 or 8005650. OLE color: 8005650.

HSL color Cylindrical-coordinate representation of color #12287A: hue angle of 227.31º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12287A is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1840122-
CMYK0.850.6700.52
HSL227.31º74.29%27.45%-
HSV(B)227.31º85.25%47.84%-
XYZ4.523.0518.76-
YUV42.77172.71110.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 122 (48.05% from 255) = 67.78%
R=10%
G=22.22%
B=67.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18401220.850.6700.52227.3174.2927.45
Hex12287A5543034e34a1b
Octal225017212510306434311233
Binary10010101000111101010101011000011011010011100011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12287A; }

 p { color: rgb(18,40,122); }

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

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

 a { background-color: rgb(18,40,122); }

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

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

 span { border-color: rgb(18,40,122); }

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