#12297f

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

Shades of Sapphire #12297F

Tints of Sapphire #12297F

Color information

#12297F (or 0x12297F) is unknown color: approx Sapphire. HEX triplet: 12, 29 and 7F. RGB value is (18,41,127). Sum of RGB (Red+Green+Blue) = 18+41+127=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #12297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12297F is #EDD680. Grayscale: #2B2B2B. Windows color (decimal): -15586945 or 8333586. OLE color: 8333586.

HSL color Cylindrical-coordinate representation of color #12297F: hue angle of 227.34º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12297F is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1841127-
CMYK0.860.6800.50
HSL227.34º75.17%28.43%-
HSV(B)227.34º85.83%49.8%-
XYZ4.873.2520.45-
YUV43.93174.88109.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 127 (50% from 255) = 68.28%
R=9.68%
G=22.04%
B=68.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18411270.860.6800.50227.3475.1728.43
Hex12297F5644032e34b1c
Octal225117712610406234311334
Binary10010101001111111110101101000100011001011100011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12297f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12297f; }

 p { color: rgb(18,41,127); }

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

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

 a { background-color: rgb(18,41,127); }

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

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

 span { border-color: rgb(18,41,127); }

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