#12275E

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

Shades of Sapphire #12275E

Tints of Sapphire #12275E

Color information

#12275E (or 0x12275E) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 5E. RGB value is (18,39,94). Sum of RGB (Red+Green+Blue) = 18+39+94=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #12275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12275E is #EDD8A1. Grayscale: #262626. Windows color (decimal): -15587490 or 6170386. OLE color: 6170386.

HSL color Cylindrical-coordinate representation of color #12275E: hue angle of 223.42º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12275E is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB183994-
CMYK0.810.5900.63
HSL223.42º67.86%21.96%-
HSV(B)223.42º80.85%36.86%-
XYZ32.3910.89-
YUV38.99159.04113.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 94 (37.11% from 255) = 62.25%
R=11.92%
G=25.83%
B=62.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1839940.810.5900.63223.4267.8621.96
Hex12275E513B03Fdf4416
Octal22471361217307733710426
Binary1001010011110111101010001111011011111111011111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,39,94); }

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

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

 a { background-color: rgb(18,39,94); }

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

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

 span { border-color: rgb(18,39,94); }

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