#0E2573

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

Shades of Sapphire #0E2573

Tints of Sapphire #0E2573

Color information

#0E2573 (or 0x0E2573) is unknown color: approx Sapphire. HEX triplet: 0E, 25 and 73. RGB value is (14,37,115). Sum of RGB (Red+Green+Blue) = 14+37+115=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #0E2573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2573 is #F1DA8C. Grayscale: #262626. Windows color (decimal): -15850125 or 7546126. OLE color: 7546126.

HSL color Cylindrical-coordinate representation of color #0E2573: hue angle of 226.34º 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 #0E2573 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1437115-
CMYK0.880.6800.55
HSL226.34º78.29%25.29%-
HSV(B)226.34º87.83%45.1%-
XYZ3.942.6516.52-
YUV39.02170.88110.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.43%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 115 (45.31% from 255) = 69.28%
R=8.43%
G=22.29%
B=69.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14371150.880.6800.55226.3478.2925.29
HexE25735844037e24e19
Octal164516313010406734211631
Binary1110100101111001110110001000100011011111100010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,37,115); }

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

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

 a { background-color: rgb(14,37,115); }

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

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

 span { border-color: rgb(14,37,115); }

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