#0F2E74

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

Shades of Sapphire #0F2E74

Tints of Sapphire #0F2E74

Color information

#0F2E74 (or 0x0F2E74) is unknown color: approx Sapphire. HEX triplet: 0F, 2E and 74. RGB value is (15,46,116). Sum of RGB (Red+Green+Blue) = 15+46+116=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #0F2E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2E74 is #F0D18B. Grayscale: #2C2C2C. Windows color (decimal): -15782284 or 7613967. OLE color: 7613967.

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

Color convert

RGB1546116-
CMYK0.870.6000.55
HSL221.58º77.1%25.69%-
HSV(B)221.58º87.07%45.49%-
XYZ4.333.3216.94-
YUV44.71168.23106.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.47%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 116 (45.70% from 255) = 65.54%
R=8.47%
G=25.99%
B=65.54%

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
Decimal15461160.870.6000.55221.5877.125.69
HexF2E74573C037de4d1a
Octal17561641277406733611532
Binary111110111011101001010111111100011011111011110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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