#0F2475

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

Shades of Sapphire #0F2475

Tints of Sapphire #0F2475

Color information

#0F2475 (or 0x0F2475) is unknown color: approx Sapphire. HEX triplet: 0F, 24 and 75. RGB value is (15,36,117). Sum of RGB (Red+Green+Blue) = 15+36+117=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F2475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2475 is #F0DB8A. Grayscale: #262626. Windows color (decimal): -15784843 or 7676943. OLE color: 7676943.

HSL color Cylindrical-coordinate representation of color #0F2475: hue angle of 227.65º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F2475 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1536117-
CMYK0.870.6900.54
HSL227.65º77.27%25.88%-
HSV(B)227.65º87.18%45.88%-
XYZ4.042.6517.13-
YUV38.96172.04110.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.93%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 117 (46.09% from 255) = 69.64%
R=8.93%
G=21.43%
B=69.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15361170.870.6900.54227.6577.2725.88
HexF24755745036e44d1a
Octal174416512710506634411532
Binary1111100100111010110101111000101011011011100100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,36,117); }

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

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

 a { background-color: rgb(15,36,117); }

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

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

 span { border-color: rgb(15,36,117); }

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