#0F2570

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

Shades of Sapphire #0F2570

Tints of Sapphire #0F2570

Color information

#0F2570 (or 0x0F2570) is unknown color: approx Sapphire. HEX triplet: 0F, 25 and 70. RGB value is (15,37,112). Sum of RGB (Red+Green+Blue) = 15+37+112=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F2570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2570 is #F0DA8F. Grayscale: #262626. Windows color (decimal): -15784592 or 7349519. OLE color: 7349519.

HSL color Cylindrical-coordinate representation of color #0F2570: hue angle of 226.39º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F2570 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1537112-
CMYK0.870.6700.56
HSL226.39º76.38%24.9%-
HSV(B)226.39º86.61%43.92%-
XYZ3.782.5915.63-
YUV38.97169.21110.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.15%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 112 (44.14% from 255) = 68.29%
R=9.15%
G=22.56%
B=68.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15371120.870.6700.56226.3976.3824.9
HexF25705743038e24c19
Octal174516012710307034211431
Binary1111100101111000010101111000011011100011100010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,37,112); }

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

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

 a { background-color: rgb(15,37,112); }

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

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

 span { border-color: rgb(15,37,112); }

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