#0E306A

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

Shades of Sapphire #0E306A

Tints of Sapphire #0E306A

Color information

#0E306A (or 0x0E306A) is unknown color: approx Sapphire. HEX triplet: 0E, 30 and 6A. RGB value is (14,48,106). Sum of RGB (Red+Green+Blue) = 14+48+106=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 106 (41.80% from 255 or 63.10% from 168); Max value from RGB is 106 - color contains mainly: blue. Hex color #0E306A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E306A is #F1CF95. Grayscale: #2C2C2C. Windows color (decimal): -15847318 or 6959118. OLE color: 6959118.

HSL color Cylindrical-coordinate representation of color #0E306A: hue angle of 217.83º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E306A is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1448106-
CMYK0.870.5500.58
HSL217.83º76.67%23.53%-
HSV(B)217.83º86.79%41.57%-
XYZ3.843.2514.06-
YUV44.45162.74106.28-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.33%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 106 (41.80% from 255) = 63.10%
R=8.33%
G=28.57%
B=63.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal14481060.870.5500.58217.8376.6723.53
HexE306A573703Ada4d18
Octal16601521276707233211530
Binary111011000011010101010111110111011101011011010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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