#123672

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

Shades of Sapphire #123672

Tints of Sapphire #123672

Color information

#123672 (or 0x123672) is unknown color: approx Sapphire. HEX triplet: 12, 36 and 72. RGB value is (18,54,114). Sum of RGB (Red+Green+Blue) = 18+54+114=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #123672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123672 is #EDC98D. Grayscale: #313131. Windows color (decimal): -15583630 or 7484946. OLE color: 7484946.

HSL color Cylindrical-coordinate representation of color #123672: hue angle of 217.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123672 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1854114-
CMYK0.840.5300.55
HSL217.5º72.73%25.88%-
HSV(B)217.5º84.21%44.71%-
XYZ4.613.9816.45-
YUV50.08164.07105.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=9.68%
G=29.03%
B=61.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18541140.840.5300.55217.572.7325.88
Hex1236725435037da491a
Octal22661621246506733211132
Binary1001011011011100101010100110101011011111011010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123672; }

 p { color: rgb(18,54,114); }

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

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

 a { background-color: rgb(18,54,114); }

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

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

 span { border-color: rgb(18,54,114); }

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