#0E296D

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

Shades of Sapphire #0E296D

Tints of Sapphire #0E296D

Color information

#0E296D (or 0x0E296D) is unknown color: approx Sapphire. HEX triplet: 0E, 29 and 6D. RGB value is (14,41,109). Sum of RGB (Red+Green+Blue) = 14+41+109=164 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.54% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #0E296D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E296D is #F1D692. Grayscale: #282828. Windows color (decimal): -15849107 or 7153934. OLE color: 7153934.

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

Color convert

RGB1441109-
CMYK0.870.6200.57
HSL222.95º77.24%24.12%-
HSV(B)222.95º87.16%42.75%-
XYZ3.732.7814.81-
YUV40.68166.55108.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.54%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 109 (42.97% from 255) = 66.46%
R=8.54%
G=25%
B=66.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal14411090.870.6200.57222.9577.2424.12
HexE296D573E039df4d18
Octal16511551277607133711530
Binary111010100111011011010111111110011100111011111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,41,109); }

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

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

 a { background-color: rgb(14,41,109); }

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

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

 span { border-color: rgb(14,41,109); }

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