#0F2E72

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

Shades of Sapphire #0F2E72

Tints of Sapphire #0F2E72

Color information

#0F2E72 (or 0x0F2E72) is unknown color: approx Sapphire. HEX triplet: 0F, 2E and 72. RGB value is (15,46,114). Sum of RGB (Red+Green+Blue) = 15+46+114=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #0F2E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2E72 is #F0D18D. Grayscale: #2C2C2C. Windows color (decimal): -15782286 or 7482895. OLE color: 7482895.

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

Color convert

RGB1546114-
CMYK0.870.6000.55
HSL221.21º76.74%25.29%-
HSV(B)221.21º86.84%44.71%-
XYZ4.213.2716.33-
YUV44.48167.23106.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.57%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 114 (44.92% from 255) = 65.14%
R=8.57%
G=26.29%
B=65.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15461140.870.6000.55221.2176.7425.29
HexF2E72573C037dd4d19
Octal17561621277406733511531
Binary111110111011100101010111111100011011111011101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,46,114); }

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

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

 a { background-color: rgb(15,46,114); }

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

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

 span { border-color: rgb(15,46,114); }

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