#12274E

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

Shades of Sapphire #12274E

Tints of Sapphire #12274E

Color information

#12274E (or 0x12274E) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 4E. RGB value is (18,39,78). Sum of RGB (Red+Green+Blue) = 18+39+78=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #12274E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12274E is #EDD8B1. Grayscale: #242424. Windows color (decimal): -15587506 or 5121810. OLE color: 5121810.

HSL color Cylindrical-coordinate representation of color #12274E: hue angle of 219º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12274E is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB183978-
CMYK0.770.5000.69
HSL219º62.5%18.82%-
HSV(B)219º76.92%30.59%-
XYZ2.352.137.49-
YUV37.17151.04114.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 39 (15.62% from 255) = 28.89%
BLUE value IS 78 (30.86% from 255) = 57.78%
R=13.33%
G=28.89%
B=57.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1839780.770.5000.6921962.518.82
Hex12274E4D32045db3e13
Octal22471161156201053337623
Binary1001010011110011101001101110010010001011101101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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