#0E2B6B

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

Shades of Sapphire #0E2B6B

Tints of Sapphire #0E2B6B

Color information

#0E2B6B (or 0x0E2B6B) is unknown color: approx Sapphire. HEX triplet: 0E, 2B and 6B. RGB value is (14,43,107). Sum of RGB (Red+Green+Blue) = 14+43+107=164 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.54% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E2B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2B6B is #F1D494. Grayscale: #292929. Windows color (decimal): -15848597 or 7023374. OLE color: 7023374.

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

Color convert

RGB1443107-
CMYK0.870.6000.58
HSL221.29º76.86%23.73%-
HSV(B)221.29º86.92%41.96%-
XYZ3.72.8814.27-
YUV41.62164.89108.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.54%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 107 (42.19% from 255) = 65.24%
R=8.54%
G=26.22%
B=65.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal14431070.870.6000.58221.2976.8623.73
HexE2B6B573C03Add4d18
Octal16531531277407233511530
Binary111010101111010111010111111100011101011011101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,43,107); }

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

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

 a { background-color: rgb(14,43,107); }

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

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

 span { border-color: rgb(14,43,107); }

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