#0E3068

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

Shades of Sapphire #0E3068

Tints of Sapphire #0E3068

Color information

#0E3068 (or 0x0E3068) is unknown color: approx Sapphire. HEX triplet: 0E, 30 and 68. RGB value is (14,48,104). Sum of RGB (Red+Green+Blue) = 14+48+104=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #0E3068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3068 is #F1CF97. Grayscale: #2B2B2B. Windows color (decimal): -15847320 or 6828046. OLE color: 6828046.

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

Color convert

RGB1448104-
CMYK0.870.5400.59
HSL217.33º76.27%23.14%-
HSV(B)217.33º86.54%40.78%-
XYZ3.743.2113.52-
YUV44.22161.74106.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.43%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 104 (41.02% from 255) = 62.65%
R=8.43%
G=28.92%
B=62.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal14481040.870.5400.59217.3376.2723.14
HexE3068573603Bd94c17
Octal16601501276607333111427
Binary111011000011010001010111110110011101111011001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E3068; }

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

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

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

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

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

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

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

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