#0F3547

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

Shades of Blue Whale #0F3547

Tints of Blue Whale #0F3547

Color information

#0F3547 (or 0x0F3547) is unknown color: approx Blue Whale. HEX triplet: 0F, 35 and 47. RGB value is (15,53,71). Sum of RGB (Red+Green+Blue) = 15+53+71=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F3547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3547 is #F0CAB8. Grayscale: #2B2B2B. Windows color (decimal): -15780537 or 4666639. OLE color: 4666639.

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

Color convert

RGB155371-
CMYK0.790.2500.72
HSL199.29º65.12%16.86%-
HSV(B)199.29º78.87%27.84%-
XYZ2.613.16.42-
YUV43.69143.41107.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.79%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 71 (28.12% from 255) = 51.08%
R=10.79%
G=38.13%
B=51.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1553710.790.2500.72199.2965.1216.86
HexF35474F19048c74111
Octal176510711731011030710121
Binary111111010110001111001111110010100100011000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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