#12317D

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

Shades of Sapphire #12317D

Tints of Sapphire #12317D

Color information

#12317D (or 0x12317D) is unknown color: approx Sapphire. HEX triplet: 12, 31 and 7D. RGB value is (18,49,125). Sum of RGB (Red+Green+Blue) = 18+49+125=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #12317D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12317D is #EDCE82. Grayscale: #303030. Windows color (decimal): -15584899 or 8204562. OLE color: 8204562.

HSL color Cylindrical-coordinate representation of color #12317D: hue angle of 222.62º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12317D is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1849125-
CMYK0.860.6100.51
HSL222.62º74.83%28.04%-
HSV(B)222.62º85.6%49.02%-
XYZ5.053.8119.87-
YUV48.4171.23106.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 125 (49.22% from 255) = 65.10%
R=9.38%
G=25.52%
B=65.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18491250.860.6100.51222.6274.8328.04
Hex12317D563D033df4b1c
Octal22611751267506333711334
Binary1001011000111111011010110111101011001111011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,49,125); }

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

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

 a { background-color: rgb(18,49,125); }

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

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

 span { border-color: rgb(18,49,125); }

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