#0F1F60

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

Shades of Sapphire #0F1F60

Tints of Sapphire #0F1F60

Color information

#0F1F60 (or 0x0F1F60) is unknown color: approx Sapphire. HEX triplet: 0F, 1F and 60. RGB value is (15,31,96). Sum of RGB (Red+Green+Blue) = 15+31+96=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F1F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1F60 is #F0E09F. Grayscale: #212121. Windows color (decimal): -15786144 or 6299407. OLE color: 6299407.

HSL color Cylindrical-coordinate representation of color #0F1F60: hue angle of 228.15º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F1F60 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB153196-
CMYK0.840.6800.62
HSL228.15º72.97%21.76%-
HSV(B)228.15º84.38%37.65%-
XYZ2.81.9311.29-
YUV33.63163.2114.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.56%
GREEN value IS 31 (12.5% from 255) = 21.83%
BLUE value IS 96 (37.89% from 255) = 67.61%
R=10.56%
G=21.83%
B=67.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1531960.840.6800.62228.1572.9721.76
HexF1F60544403Ee44916
Octal173714012410407634411126
Binary111111111110000010101001000100011111011100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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