#0F3040

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

Shades of Blue Whale #0F3040

Tints of Blue Whale #0F3040

Color information

#0F3040 (or 0x0F3040) is unknown color: approx Blue Whale. HEX triplet: 0F, 30 and 40. RGB value is (15,48,64). Sum of RGB (Red+Green+Blue) = 15+48+64=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F3040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3040 is #F0CFBF. Grayscale: #272727. Windows color (decimal): -15781824 or 4206607. OLE color: 4206607.

HSL color Cylindrical-coordinate representation of color #0F3040: hue angle of 199.59º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F3040 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB154864-
CMYK0.770.2500.75
HSL199.59º62.03%15.49%-
HSV(B)199.59º76.56%25.1%-
XYZ2.182.595.23-
YUV39.96141.57110.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.81%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=11.81%
G=37.80%
B=50.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1548640.770.2500.75199.5962.0315.49
HexF30404D1904Bc83ef
Octal17601001153101133107617
Binary1111110000100000010011011100101001011110010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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