#0F3546

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

Shades of Blue Whale #0F3546

Tints of Blue Whale #0F3546

Color information

#0F3546 (or 0x0F3546) is unknown color: approx Blue Whale. HEX triplet: 0F, 35 and 46. RGB value is (15,53,70). Sum of RGB (Red+Green+Blue) = 15+53+70=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F3546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3546 is #F0CAB9. Grayscale: #2B2B2B. Windows color (decimal): -15780538 or 4601103. OLE color: 4601103.

HSL color Cylindrical-coordinate representation of color #0F3546: hue angle of 198.55º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F3546 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB155370-
CMYK0.790.2400.73
HSL198.55º64.71%16.67%-
HSV(B)198.55º78.57%27.45%-
XYZ2.583.096.26-
YUV43.58142.91107.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.87%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 70 (27.73% from 255) = 50.72%
R=10.87%
G=38.41%
B=50.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1553700.790.2400.73198.5564.7116.67
HexF35464F18049c74111
Octal176510611730011130710121
Binary111111010110001101001111110000100100111000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,53,70); }

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

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

 a { background-color: rgb(15,53,70); }

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

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

 span { border-color: rgb(15,53,70); }

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