#12307F

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

Shades of Sapphire #12307F

Tints of Sapphire #12307F

Color information

#12307F (or 0x12307F) is unknown color: approx Sapphire. HEX triplet: 12, 30 and 7F. RGB value is (18,48,127). Sum of RGB (Red+Green+Blue) = 18+48+127=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #12307F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12307F is #EDCF80. Grayscale: #2F2F2F. Windows color (decimal): -15585153 or 8335378. OLE color: 8335378.

HSL color Cylindrical-coordinate representation of color #12307F: hue angle of 223.49º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12307F is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1848127-
CMYK0.860.6200.50
HSL223.49º75.17%28.43%-
HSV(B)223.49º85.83%49.8%-
XYZ5.143.7720.54-
YUV48.04172.56106.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 127 (50% from 255) = 65.80%
R=9.33%
G=24.87%
B=65.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18481270.860.6200.50223.4975.1728.43
Hex12307F563E032df4b1c
Octal22601771267606233711334
Binary1001011000011111111010110111110011001011011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,48,127); }

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

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

 a { background-color: rgb(18,48,127); }

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

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

 span { border-color: rgb(18,48,127); }

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