#0E2672

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

Shades of Sapphire #0E2672

Tints of Sapphire #0E2672

Color information

#0E2672 (or 0x0E2672) is unknown color: approx Sapphire. HEX triplet: 0E, 26 and 72. RGB value is (14,38,114). Sum of RGB (Red+Green+Blue) = 14+38+114=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E2672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2672 is #F1D98D. Grayscale: #272727. Windows color (decimal): -15849870 or 7480846. OLE color: 7480846.

HSL color Cylindrical-coordinate representation of color #0E2672: hue angle of 225.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E2672 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1438114-
CMYK0.880.6700.55
HSL225.6º78.12%25.1%-
HSV(B)225.6º87.72%44.71%-
XYZ3.912.6916.23-
YUV39.49170.05109.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.43%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 114 (44.92% from 255) = 68.67%
R=8.43%
G=22.89%
B=68.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14381140.880.6700.55225.678.1225.1
HexE26725843037e24e19
Octal164616213010306734211631
Binary1110100110111001010110001000011011011111100010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,38,114); }

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

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

 a { background-color: rgb(14,38,114); }

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

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

 span { border-color: rgb(14,38,114); }

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