#12305C

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

Shades of Sapphire #12305C

Tints of Sapphire #12305C

Color information

#12305C (or 0x12305C) is unknown color: approx Sapphire. HEX triplet: 12, 30 and 5C. RGB value is (18,48,92). Sum of RGB (Red+Green+Blue) = 18+48+92=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #12305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12305C is #EDCFA3. Grayscale: #2B2B2B. Windows color (decimal): -15585188 or 6041618. OLE color: 6041618.

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

Color convert

RGB184892-
CMYK0.800.4800.64
HSL215.68º67.27%21.57%-
HSV(B)215.68º80.43%36.08%-
XYZ3.243.0210.54-
YUV44.05155.06109.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 92 (36.33% from 255) = 58.23%
R=11.39%
G=30.38%
B=58.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1848920.800.4800.64215.6867.2721.57
Hex12305C5030040d84316
Octal226013412060010033010326
Binary10010110000101110010100001100000100000011011000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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