#0F2F69

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

Shades of Sapphire #0F2F69

Tints of Sapphire #0F2F69

Color information

#0F2F69 (or 0x0F2F69) is unknown color: approx Sapphire. HEX triplet: 0F, 2F and 69. RGB value is (15,47,105). Sum of RGB (Red+Green+Blue) = 15+47+105=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F2F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2F69 is #F0D096. Grayscale: #2B2B2B. Windows color (decimal): -15782039 or 6893327. OLE color: 6893327.

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

Color convert

RGB1547105-
CMYK0.860.5500.59
HSL218.67º75%23.53%-
HSV(B)218.67º85.71%41.18%-
XYZ3.763.1513.78-
YUV44.04162.4107.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.98%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 105 (41.41% from 255) = 62.87%
R=8.98%
G=28.14%
B=62.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15471050.860.5500.59218.677523.53
HexF2F69563703Bdb4b18
Octal17571511266707333311330
Binary111110111111010011010110110111011101111011011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,47,105); }

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

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

 a { background-color: rgb(15,47,105); }

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

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

 span { border-color: rgb(15,47,105); }

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