#0E1F69

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

Shades of Sapphire #0E1F69

Tints of Sapphire #0E1F69

Color information

#0E1F69 (or 0x0E1F69) is unknown color: approx Sapphire. HEX triplet: 0E, 1F and 69. RGB value is (14,31,105). Sum of RGB (Red+Green+Blue) = 14+31+105=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 105 (41.41% from 255 or 70% from 150); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E1F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E1F69 is #F1E096. Grayscale: #222222. Windows color (decimal): -15851671 or 6889230. OLE color: 6889230.

HSL color Cylindrical-coordinate representation of color #0E1F69: hue angle of 228.79º 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 #0E1F69 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1431105-
CMYK0.870.7000.59
HSL228.79º76.47%23.33%-
HSV(B)228.79º86.67%41.18%-
XYZ3.222.0913.6-
YUV34.35167.87113.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.33%
GREEN value IS 31 (12.5% from 255) = 20.67%
BLUE value IS 105 (41.41% from 255) = 70%
R=9.33%
G=20.67%
B=70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal14311050.870.7000.59228.7976.4723.33
HexE1F69574603Be54c17
Octal163715112710607334511427
Binary111011111110100110101111000110011101111100101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,31,105); }

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

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

 a { background-color: rgb(14,31,105); }

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

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

 span { border-color: rgb(14,31,105); }

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