#12305D

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

Shades of Sapphire #12305D

Tints of Sapphire #12305D

Color information

#12305D (or 0x12305D) is unknown color: approx Sapphire. HEX triplet: 12, 30 and 5D. RGB value is (18,48,93). Sum of RGB (Red+Green+Blue) = 18+48+93=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #12305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12305D is #EDCFA2. Grayscale: #2B2B2B. Windows color (decimal): -15585187 or 6107154. OLE color: 6107154.

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

Color convert

RGB184893-
CMYK0.810.4800.64
HSL216º67.57%21.76%-
HSV(B)216º80.65%36.47%-
XYZ3.283.0310.77-
YUV44.16155.56109.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 93 (36.72% from 255) = 58.49%
R=11.32%
G=30.19%
B=58.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1848930.810.4800.6421667.5721.76
Hex12305D5130040d84416
Octal226013512160010033010426
Binary10010110000101110110100011100000100000011011000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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