#12265F

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

Shades of Sapphire #12265F

Tints of Sapphire #12265F

Color information

#12265F (or 0x12265F) is unknown color: approx Sapphire. HEX triplet: 12, 26 and 5F. RGB value is (18,38,95). Sum of RGB (Red+Green+Blue) = 18+38+95=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #12265F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12265F is #EDD9A0. Grayscale: #262626. Windows color (decimal): -15587745 or 6235666. OLE color: 6235666.

HSL color Cylindrical-coordinate representation of color #12265F: hue angle of 224.42º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12265F is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB183895-
CMYK0.810.6000.63
HSL224.42º68.14%22.16%-
HSV(B)224.42º81.05%37.25%-
XYZ3.012.3411.12-
YUV38.52159.87113.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 95 (37.5% from 255) = 62.91%
R=11.92%
G=25.17%
B=62.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1838950.810.6000.63224.4268.1422.16
Hex12265F513C03Fe04416
Octal22461371217407734010426
Binary1001010011010111111010001111100011111111100000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12265F; }

 p { color: rgb(18,38,95); }

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

<style>
 a { background-color: #12265F; }

 a { background-color: rgb(18,38,95); }

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

<style>
 span { border-color: #12265F; }

 span { border-color: rgb(18,38,95); }

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