#0F274F

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

Shades of Sapphire #0F274F

Tints of Sapphire #0F274F

Color information

#0F274F (or 0x0F274F) is unknown color: approx Sapphire. HEX triplet: 0F, 27 and 4F. RGB value is (15,39,79). Sum of RGB (Red+Green+Blue) = 15+39+79=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F274F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F274F is #F0D8B0. Grayscale: #242424. Windows color (decimal): -15784113 or 5187343. OLE color: 5187343.

HSL color Cylindrical-coordinate representation of color #0F274F: hue angle of 217.5º 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 #0F274F is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB153979-
CMYK0.810.5100.69
HSL217.5º68.09%18.43%-
HSV(B)217.5º81.01%30.98%-
XYZ2.332.127.68-
YUV36.38152.05112.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.28%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 79 (31.25% from 255) = 59.40%
R=11.28%
G=29.32%
B=59.40%

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
Decimal1539790.810.5100.69217.568.0918.43
HexF274F5133045da4412
Octal174711712163010533210422
Binary1111100111100111110100011100110100010111011010100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,39,79); }

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

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

 a { background-color: rgb(15,39,79); }

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

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

 span { border-color: rgb(15,39,79); }

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