#0E2777

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

Shades of Sapphire #0E2777

Tints of Sapphire #0E2777

Color information

#0E2777 (or 0x0E2777) is unknown color: approx Sapphire. HEX triplet: 0E, 27 and 77. RGB value is (14,39,119). Sum of RGB (Red+Green+Blue) = 14+39+119=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E2777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2777 is #F1D888. Grayscale: #282828. Windows color (decimal): -15849609 or 7808782. OLE color: 7808782.

HSL color Cylindrical-coordinate representation of color #0E2777: hue angle of 225.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E2777 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1439119-
CMYK0.880.6700.53
HSL225.71º78.95%26.08%-
HSV(B)225.71º88.24%46.67%-
XYZ4.242.8817.78-
YUV40.64172.22109-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.14%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 119 (46.88% from 255) = 69.19%
R=8.14%
G=22.67%
B=69.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14391190.880.6700.53225.7178.9526.08
HexE27775843035e24f1a
Octal164716713010306534211732
Binary1110100111111011110110001000011011010111100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,39,119); }

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

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

 a { background-color: rgb(14,39,119); }

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

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

 span { border-color: rgb(14,39,119); }

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