#0F3048

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

Shades of Blue Whale #0F3048

Tints of Blue Whale #0F3048

Color information

#0F3048 (or 0x0F3048) is unknown color: approx Blue Whale. HEX triplet: 0F, 30 and 48. RGB value is (15,48,72). Sum of RGB (Red+Green+Blue) = 15+48+72=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F3048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3048 is #F0CFB7. Grayscale: #282828. Windows color (decimal): -15781816 or 4730895. OLE color: 4730895.

HSL color Cylindrical-coordinate representation of color #0F3048: hue angle of 205.26º 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 #0F3048 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB154872-
CMYK0.790.3300.72
HSL205.26º65.52%17.06%-
HSV(B)205.26º79.17%28.24%-
XYZ2.422.686.52-
YUV40.87145.57109.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.11%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 72 (28.52% from 255) = 53.33%
R=11.11%
G=35.56%
B=53.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1548720.790.3300.72205.2665.5217.06
HexF30484F21048cd4211
Octal176011011741011031510221
Binary1111110000100100010011111000010100100011001101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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