#0F1D5A

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

Shades of Sapphire #0F1D5A

Tints of Sapphire #0F1D5A

Color information

#0F1D5A (or 0x0F1D5A) is unknown color: approx Sapphire. HEX triplet: 0F, 1D and 5A. RGB value is (15,29,90). Sum of RGB (Red+Green+Blue) = 15+29+90=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F1D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1D5A is #F0E2A5. Grayscale: #1F1F1F. Windows color (decimal): -15786662 or 5905679. OLE color: 5905679.

HSL color Cylindrical-coordinate representation of color #0F1D5A: hue angle of 228.8º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F1D5A is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB152990-
CMYK0.830.6800.65
HSL228.8º71.43%20.59%-
HSV(B)228.8º83.33%35.29%-
XYZ2.481.729.87-
YUV31.77160.86116.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.19%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 90 (35.55% from 255) = 67.16%
R=11.19%
G=21.64%
B=67.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1529900.830.6800.65228.871.4320.59
HexF1D5A5344041e54715
Octal1735132123104010134510725
Binary1111111011011010101001110001000100000111100101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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