#0F326D

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

Shades of Sapphire #0F326D

Tints of Sapphire #0F326D

Color information

#0F326D (or 0x0F326D) is unknown color: approx Sapphire. HEX triplet: 0F, 32 and 6D. RGB value is (15,50,109). Sum of RGB (Red+Green+Blue) = 15+50+109=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F326D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F326D is #F0CD92. Grayscale: #2D2D2D. Windows color (decimal): -15781267 or 7156239. OLE color: 7156239.

HSL color Cylindrical-coordinate representation of color #0F326D: hue angle of 217.66º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F326D is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1550109-
CMYK0.860.5400.57
HSL217.66º75.81%24.31%-
HSV(B)217.66º86.24%42.75%-
XYZ4.13.4914.93-
YUV46.26163.4105.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.62%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 109 (42.97% from 255) = 62.64%
R=8.62%
G=28.74%
B=62.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15501090.860.5400.57217.6675.8124.31
HexF326D5636039da4c18
Octal17621551266607133211430
Binary111111001011011011010110110110011100111011010100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,50,109); }

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

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

 a { background-color: rgb(15,50,109); }

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

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

 span { border-color: rgb(15,50,109); }

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