#0F336D

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

Shades of Sapphire #0F336D

Tints of Sapphire #0F336D

Color information

#0F336D (or 0x0F336D) is unknown color: approx Sapphire. HEX triplet: 0F, 33 and 6D. RGB value is (15,51,109). Sum of RGB (Red+Green+Blue) = 15+51+109=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F336D is #F0CC92. Grayscale: #2E2E2E. Windows color (decimal): -15781011 or 7156495. OLE color: 7156495.

HSL color Cylindrical-coordinate representation of color #0F336D: hue angle of 217.02º 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 #0F336D is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1551109-
CMYK0.860.5300.57
HSL217.02º75.81%24.31%-
HSV(B)217.02º86.24%42.75%-
XYZ4.143.5714.94-
YUV46.85163.07105.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.57%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 109 (42.97% from 255) = 62.29%
R=8.57%
G=29.14%
B=62.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15511090.860.5300.57217.0275.8124.31
HexF336D5635039d94c18
Octal17631551266507133111430
Binary111111001111011011010110110101011100111011001100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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