#0F3175

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

Shades of Sapphire #0F3175

Tints of Sapphire #0F3175

Color information

#0F3175 (or 0x0F3175) is unknown color: approx Sapphire. HEX triplet: 0F, 31 and 75. RGB value is (15,49,117). Sum of RGB (Red+Green+Blue) = 15+49+117=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F3175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3175 is #F0CE8A. Grayscale: #2E2E2E. Windows color (decimal): -15781515 or 7680271. OLE color: 7680271.

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

Color convert

RGB1549117-
CMYK0.870.5800.54
HSL220º77.27%25.88%-
HSV(B)220º87.18%45.88%-
XYZ4.513.5817.28-
YUV46.59167.74105.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.29%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 117 (46.09% from 255) = 64.64%
R=8.29%
G=27.07%
B=64.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15491170.870.5800.5422077.2725.88
HexF3175573A036dc4d1a
Octal17611651277206633411532
Binary111111000111101011010111111010011011011011100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,49,117); }

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

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

 a { background-color: rgb(15,49,117); }

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

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

 span { border-color: rgb(15,49,117); }

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