#0F314F

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

Shades of Blue Whale #0F314F

Tints of Blue Whale #0F314F

Color information

#0F314F (or 0x0F314F) is unknown color: approx Blue Whale. HEX triplet: 0F, 31 and 4F. RGB value is (15,49,79). Sum of RGB (Red+Green+Blue) = 15+49+79=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F314F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F314F is #F0CEB0. Grayscale: #2A2A2A. Windows color (decimal): -15781553 or 5189903. OLE color: 5189903.

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

Color convert

RGB154979-
CMYK0.810.3800.69
HSL208.12º68.09%18.43%-
HSV(B)208.12º81.01%30.98%-
XYZ2.712.867.81-
YUV42.25148.74108.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.49%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 79 (31.25% from 255) = 55.24%
R=10.49%
G=34.27%
B=55.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1549790.810.3800.69208.1268.0918.43
HexF314F5126045d04412
Octal176111712146010532010422
Binary1111110001100111110100011001100100010111010000100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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