#12305F

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

Shades of Sapphire #12305F

Tints of Sapphire #12305F

Color information

#12305F (or 0x12305F) is unknown color: approx Sapphire. HEX triplet: 12, 30 and 5F. RGB value is (18,48,95). Sum of RGB (Red+Green+Blue) = 18+48+95=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #12305F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12305F is #EDCFA0. Grayscale: #2C2C2C. Windows color (decimal): -15585185 or 6238226. OLE color: 6238226.

HSL color Cylindrical-coordinate representation of color #12305F: hue angle of 216.62º 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 #12305F is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB184895-
CMYK0.810.4900.63
HSL216.62º68.14%22.16%-
HSV(B)216.62º81.05%37.25%-
XYZ3.373.0711.24-
YUV44.39156.56109.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 95 (37.5% from 255) = 59.01%
R=11.18%
G=29.81%
B=59.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1848950.810.4900.63216.6268.1422.16
Hex12305F513103Fd94416
Octal22601371216107733110426
Binary1001011000010111111010001110001011111111011001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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