#0F264E

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

Shades of Sapphire #0F264E

Tints of Sapphire #0F264E

Color information

#0F264E (or 0x0F264E) is unknown color: approx Sapphire. HEX triplet: 0F, 26 and 4E. RGB value is (15,38,78). Sum of RGB (Red+Green+Blue) = 15+38+78=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F264E is #F0D9B1. Grayscale: #232323. Windows color (decimal): -15784370 or 5121551. OLE color: 5121551.

HSL color Cylindrical-coordinate representation of color #0F264E: hue angle of 218.1º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F264E is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB153878-
CMYK0.810.5100.69
HSL218.1º67.74%18.24%-
HSV(B)218.1º80.77%30.59%-
XYZ2.272.047.48-
YUV35.68151.88113.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.45%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 78 (30.86% from 255) = 59.54%
R=11.45%
G=29.01%
B=59.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1538780.810.5100.69218.167.7418.24
HexF264E5133045da4412
Octal174611612163010533210422
Binary1111100110100111010100011100110100010111011010100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,38,78); }

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

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

 a { background-color: rgb(15,38,78); }

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

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

 span { border-color: rgb(15,38,78); }

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