#0F3148

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

Shades of Blue Whale #0F3148

Tints of Blue Whale #0F3148

Color information

#0F3148 (or 0x0F3148) is unknown color: approx Blue Whale. HEX triplet: 0F, 31 and 48. RGB value is (15,49,72). Sum of RGB (Red+Green+Blue) = 15+49+72=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F3148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3148 is #F0CEB7. Grayscale: #292929. Windows color (decimal): -15781560 or 4731151. OLE color: 4731151.

HSL color Cylindrical-coordinate representation of color #0F3148: hue angle of 204.21º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F3148 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB154972-
CMYK0.790.3200.72
HSL204.21º65.52%17.06%-
HSV(B)204.21º79.17%28.24%-
XYZ2.472.776.53-
YUV41.46145.24109.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.03%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=11.03%
G=36.03%
B=52.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1549720.790.3200.72204.2165.5217.06
HexF31484F20048cc4211
Octal176111011740011031410221
Binary1111110001100100010011111000000100100011001100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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