#0F313D

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

Shades of Blue Whale #0F313D

Tints of Blue Whale #0F313D

Color information

#0F313D (or 0x0F313D) is unknown color: approx Blue Whale. HEX triplet: 0F, 31 and 3D. RGB value is (15,49,61). Sum of RGB (Red+Green+Blue) = 15+49+61=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F313D is #F0CEC2. Grayscale: #282828. Windows color (decimal): -15781571 or 4010255. OLE color: 4010255.

HSL color Cylindrical-coordinate representation of color #0F313D: hue angle of 195.65º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F313D is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB154961-
CMYK0.750.2000.76
HSL195.65º60.53%14.9%-
HSV(B)195.65º75.41%23.92%-
XYZ2.142.644.81-
YUV40.2139.74110.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 61 (24.22% from 255) = 48.8%
R=12%
G=39.2%
B=48.8%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1549610.750.2000.76195.6560.5314.9
HexF313D4B1404Cc43df
Octal1761751132401143047517
Binary111111000111110110010111010001001100110001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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