#0F2E68

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

Shades of Sapphire #0F2E68

Tints of Sapphire #0F2E68

Color information

#0F2E68 (or 0x0F2E68) is unknown color: approx Sapphire. HEX triplet: 0F, 2E and 68. RGB value is (15,46,104). Sum of RGB (Red+Green+Blue) = 15+46+104=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F2E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2E68 is #F0D197. Grayscale: #2B2B2B. Windows color (decimal): -15782296 or 6827535. OLE color: 6827535.

HSL color Cylindrical-coordinate representation of color #0F2E68: hue angle of 219.1º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F2E68 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1546104-
CMYK0.860.5600.59
HSL219.1º74.79%23.33%-
HSV(B)219.1º85.58%40.78%-
XYZ3.673.0613.49-
YUV43.34162.23107.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.09%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 104 (41.02% from 255) = 63.03%
R=9.09%
G=27.88%
B=63.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15461040.860.5600.59219.174.7923.33
HexF2E68563803Bdb4b17
Octal17561501267007333311327
Binary111110111011010001010110111000011101111011011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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