#12305B

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

Shades of Sapphire #12305B

Tints of Sapphire #12305B

Color information

#12305B (or 0x12305B) is unknown color: approx Sapphire. HEX triplet: 12, 30 and 5B. RGB value is (18,48,91). Sum of RGB (Red+Green+Blue) = 18+48+91=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #12305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12305B is #EDCFA4. Grayscale: #2B2B2B. Windows color (decimal): -15585189 or 5976082. OLE color: 5976082.

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

Color convert

RGB184891-
CMYK0.800.4700.64
HSL215.34º66.97%21.37%-
HSV(B)215.34º80.22%35.69%-
XYZ3.19310.31-
YUV43.93154.56109.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 91 (35.94% from 255) = 57.96%
R=11.46%
G=30.57%
B=57.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1848910.800.4700.64215.3466.9721.37
Hex12305B502F040d74315
Octal226013312057010032710325
Binary10010110000101101110100001011110100000011010111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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