#12265B

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

Shades of Sapphire #12265B

Tints of Sapphire #12265B

Color information

#12265B (or 0x12265B) is unknown color: approx Sapphire. HEX triplet: 12, 26 and 5B. RGB value is (18,38,91). Sum of RGB (Red+Green+Blue) = 18+38+91=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #12265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12265B is #EDD9A4. Grayscale: #252525. Windows color (decimal): -15587749 or 5973522. OLE color: 5973522.

HSL color Cylindrical-coordinate representation of color #12265B: hue angle of 223.56º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12265B is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB183891-
CMYK0.800.5800.64
HSL223.56º66.97%21.37%-
HSV(B)223.56º80.22%35.69%-
XYZ2.832.2710.19-
YUV38.06157.87113.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=12.24%
G=25.85%
B=61.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1838910.800.5800.64223.5666.9721.37
Hex12265B503A040e04315
Octal224613312072010034010325
Binary10010100110101101110100001110100100000011100000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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