#0F2C80

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

Shades of Sapphire #0F2C80

Tints of Sapphire #0F2C80

Color information

#0F2C80 (or 0x0F2C80) is unknown color: approx Sapphire. HEX triplet: 0F, 2C and 80. RGB value is (15,44,128). Sum of RGB (Red+Green+Blue) = 15+44+128=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 128 (50.39% from 255 or 68.45% from 187); Max value from RGB is 128 - color contains mainly: blue. Hex color #0F2C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2C80 is #F0D37F. Grayscale: #2C2C2C. Windows color (decimal): -15782784 or 8399887. OLE color: 8399887.

HSL color Cylindrical-coordinate representation of color #0F2C80: hue angle of 224.6º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F2C80 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1544128-
CMYK0.880.6600.50
HSL224.6º79.02%28.04%-
HSV(B)224.6º88.28%50.2%-
XYZ4.993.4620.83-
YUV44.9174.89106.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.02%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 128 (50.39% from 255) = 68.45%
R=8.02%
G=23.53%
B=68.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15441280.880.6600.50224.679.0228.04
HexF2C805842032e14f1c
Octal175420013010206234111734
Binary11111011001000000010110001000010011001011100001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,44,128); }

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

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

 a { background-color: rgb(15,44,128); }

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

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

 span { border-color: rgb(15,44,128); }

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