#12296C

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

Shades of Sapphire #12296C

Tints of Sapphire #12296C

Color information

#12296C (or 0x12296C) is unknown color: approx Sapphire. HEX triplet: 12, 29 and 6C. RGB value is (18,41,108). Sum of RGB (Red+Green+Blue) = 18+41+108=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #12296C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12296C is #EDD693. Grayscale: #292929. Windows color (decimal): -15586964 or 7088402. OLE color: 7088402.

HSL color Cylindrical-coordinate representation of color #12296C: hue angle of 224.67º 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 #12296C is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1841108-
CMYK0.830.6200.58
HSL224.67º71.43%24.71%-
HSV(B)224.67º83.33%42.35%-
XYZ3.752.814.53-
YUV41.76165.38111.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 108 (42.58% from 255) = 64.67%
R=10.78%
G=24.55%
B=64.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18411080.830.6200.58224.6771.4324.71
Hex12296C533E03Ae14719
Octal22511541237607234110731
Binary1001010100111011001010011111110011101011100001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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