#0F1F5D

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

Shades of Sapphire #0F1F5D

Tints of Sapphire #0F1F5D

Color information

#0F1F5D (or 0x0F1F5D) is unknown color: approx Sapphire. HEX triplet: 0F, 1F and 5D. RGB value is (15,31,93). Sum of RGB (Red+Green+Blue) = 15+31+93=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F1F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1F5D is #F0E0A2. Grayscale: #212121. Windows color (decimal): -15786147 or 6102799. OLE color: 6102799.

HSL color Cylindrical-coordinate representation of color #0F1F5D: hue angle of 227.69º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F1F5D is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB153193-
CMYK0.840.6700.64
HSL227.69º72.22%21.18%-
HSV(B)227.69º83.87%36.47%-
XYZ2.661.8710.58-
YUV33.28161.7114.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.79%
GREEN value IS 31 (12.5% from 255) = 22.30%
BLUE value IS 93 (36.72% from 255) = 66.91%
R=10.79%
G=22.30%
B=66.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1531930.840.6700.64227.6972.2221.18
HexF1F5D5443040e44815
Octal1737135124103010034411025
Binary1111111111011101101010010000110100000011100100100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,31,93); }

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

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

 a { background-color: rgb(15,31,93); }

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

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

 span { border-color: rgb(15,31,93); }

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