#12276C

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

Shades of Sapphire #12276C

Tints of Sapphire #12276C

Color information

#12276C (or 0x12276C) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 6C. RGB value is (18,39,108). Sum of RGB (Red+Green+Blue) = 18+39+108=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #12276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12276C is #EDD893. Grayscale: #282828. Windows color (decimal): -15587476 or 7087890. OLE color: 7087890.

HSL color Cylindrical-coordinate representation of color #12276C: hue angle of 226º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12276C is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1839108-
CMYK0.830.6400.58
HSL226º71.43%24.71%-
HSV(B)226º83.33%42.35%-
XYZ3.682.6614.51-
YUV40.59166.04111.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 108 (42.58% from 255) = 65.45%
R=10.91%
G=23.64%
B=65.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18391080.830.6400.5822671.4324.71
Hex12276C534003Ae24719
Octal224715412310007234210731
Binary10010100111110110010100111000000011101011100010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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