#123068

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

Shades of Sapphire #123068

Tints of Sapphire #123068

Color information

#123068 (or 0x123068) is unknown color: approx Sapphire. HEX triplet: 12, 30 and 68. RGB value is (18,48,104). Sum of RGB (Red+Green+Blue) = 18+48+104=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #123068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123068 is #EDCF97. Grayscale: #2D2D2D. Windows color (decimal): -15585176 or 6828050. OLE color: 6828050.

HSL color Cylindrical-coordinate representation of color #123068: hue angle of 219.07º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123068 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1848104-
CMYK0.830.5400.59
HSL219.07º70.49%23.92%-
HSV(B)219.07º82.69%40.78%-
XYZ3.813.2413.52-
YUV45.41161.06108.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 104 (41.02% from 255) = 61.18%
R=10.59%
G=28.24%
B=61.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18481040.830.5400.59219.0770.4923.92
Hex123068533603Bdb4618
Octal22601501236607333310630
Binary1001011000011010001010011110110011101111011011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123068; }

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

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

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

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

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

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

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

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