#0F306D

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

Shades of Sapphire #0F306D

Tints of Sapphire #0F306D

Color information

#0F306D (or 0x0F306D) is unknown color: approx Sapphire. HEX triplet: 0F, 30 and 6D. RGB value is (15,48,109). Sum of RGB (Red+Green+Blue) = 15+48+109=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F306D is #F0CF92. Grayscale: #2C2C2C. Windows color (decimal): -15781779 or 7155727. OLE color: 7155727.

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

Color convert

RGB1548109-
CMYK0.860.5600.57
HSL218.94º75.81%24.31%-
HSV(B)218.94º86.24%42.75%-
XYZ4.013.3214.9-
YUV45.09164.07106.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.72%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 109 (42.97% from 255) = 63.37%
R=8.72%
G=27.91%
B=63.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15481090.860.5600.57218.9475.8124.31
HexF306D5638039db4c18
Octal17601551267007133311430
Binary111111000011011011010110111000011100111011011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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