#0F2D7C

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

Shades of Sapphire #0F2D7C

Tints of Sapphire #0F2D7C

Color information

#0F2D7C (or 0x0F2D7C) is unknown color: approx Sapphire. HEX triplet: 0F, 2D and 7C. RGB value is (15,45,124). Sum of RGB (Red+Green+Blue) = 15+45+124=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F2D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2D7C is #F0D283. Grayscale: #2C2C2C. Windows color (decimal): -15782532 or 8137999. OLE color: 8137999.

HSL color Cylindrical-coordinate representation of color #0F2D7C: hue angle of 223.49º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F2D7C is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1545124-
CMYK0.880.6400.51
HSL223.49º78.42%27.25%-
HSV(B)223.49º87.9%48.63%-
XYZ4.773.4319.48-
YUV45.04172.56106.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.15%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 124 (48.83% from 255) = 67.39%
R=8.15%
G=24.46%
B=67.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15451240.880.6400.51223.4978.4227.25
HexF2D7C5840033df4e1b
Octal175517413010006333711633
Binary1111101101111110010110001000000011001111011111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,45,124); }

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

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

 a { background-color: rgb(15,45,124); }

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

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

 span { border-color: rgb(15,45,124); }

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