#0F1D4E

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

Shades of Sapphire #0F1D4E

Tints of Sapphire #0F1D4E

Color information

#0F1D4E (or 0x0F1D4E) is unknown color: approx Sapphire. HEX triplet: 0F, 1D and 4E. RGB value is (15,29,78). Sum of RGB (Red+Green+Blue) = 15+29+78=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F1D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1D4E is #F0E2B1. Grayscale: #1E1E1E. Windows color (decimal): -15786674 or 5119247. OLE color: 5119247.

HSL color Cylindrical-coordinate representation of color #0F1D4E: hue angle of 226.67º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F1D4E is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB152978-
CMYK0.810.6300.69
HSL226.67º67.74%18.24%-
HSV(B)226.67º80.77%30.59%-
XYZ2.011.537.4-
YUV30.4154.86117.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.30%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 78 (30.86% from 255) = 63.93%
R=12.30%
G=23.77%
B=63.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1529780.810.6300.69226.6767.7418.24
HexF1D4E513F045e34412
Octal173511612177010534310422
Binary111111101100111010100011111110100010111100011100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,29,78); }

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

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

 a { background-color: rgb(15,29,78); }

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

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

 span { border-color: rgb(15,29,78); }

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