#0F394F

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

Shades of Blue Whale #0F394F

Tints of Blue Whale #0F394F

Color information

#0F394F (or 0x0F394F) is unknown color: approx Blue Whale. HEX triplet: 0F, 39 and 4F. RGB value is (15,57,79). Sum of RGB (Red+Green+Blue) = 15+57+79=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F394F is #F0C6B0. Grayscale: #2E2E2E. Windows color (decimal): -15779505 or 5191951. OLE color: 5191951.

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

Color convert

RGB155779-
CMYK0.810.2800.69
HSL200.62º68.09%18.43%-
HSV(B)200.62º81.01%30.98%-
XYZ3.073.597.93-
YUV46.95146.09105.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.93%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 79 (31.25% from 255) = 52.32%
R=9.93%
G=37.75%
B=52.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1557790.810.2800.69200.6268.0918.43
HexF394F511C045c94412
Octal177111712134010531110422
Binary111111100110011111010001111000100010111001001100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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