#12265A

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

Shades of Sapphire #12265A

Tints of Sapphire #12265A

Color information

#12265A (or 0x12265A) is unknown color: approx Sapphire. HEX triplet: 12, 26 and 5A. RGB value is (18,38,90). Sum of RGB (Red+Green+Blue) = 18+38+90=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #12265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12265A is #EDD9A5. Grayscale: #252525. Windows color (decimal): -15587750 or 5907986. OLE color: 5907986.

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

Color convert

RGB183890-
CMYK0.800.5800.65
HSL223.33º66.67%21.18%-
HSV(B)223.33º80%35.29%-
XYZ2.792.259.96-
YUV37.95157.37113.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 90 (35.55% from 255) = 61.64%
R=12.33%
G=26.03%
B=61.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1838900.800.5800.65223.3366.6721.18
Hex12265A503A041df4315
Octal224613212072010133710325
Binary10010100110101101010100001110100100000111011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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