#12276E

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

Shades of Sapphire #12276E

Tints of Sapphire #12276E

Color information

#12276E (or 0x12276E) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 6E. RGB value is (18,39,110). Sum of RGB (Red+Green+Blue) = 18+39+110=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #12276E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12276E is #EDD891. Grayscale: #282828. Windows color (decimal): -15587474 or 7218962. OLE color: 7218962.

HSL color Cylindrical-coordinate representation of color #12276E: hue angle of 226.3º 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 #12276E is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1839110-
CMYK0.840.6500.57
HSL226.3º71.88%25.1%-
HSV(B)226.3º83.64%43.14%-
XYZ3.792.7115.07-
YUV40.82167.04111.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 110 (43.36% from 255) = 65.87%
R=10.78%
G=23.35%
B=65.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18391100.840.6500.57226.371.8825.1
Hex12276E5441039e24819
Octal224715612410107134211031
Binary10010100111110111010101001000001011100111100010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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