#0F3045

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

Shades of Blue Whale #0F3045

Tints of Blue Whale #0F3045

Color information

#0F3045 (or 0x0F3045) is unknown color: approx Blue Whale. HEX triplet: 0F, 30 and 45. RGB value is (15,48,69). Sum of RGB (Red+Green+Blue) = 15+48+69=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #0F3045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3045 is #F0CFBA. Grayscale: #282828. Windows color (decimal): -15781819 or 4534287. OLE color: 4534287.

HSL color Cylindrical-coordinate representation of color #0F3045: hue angle of 203.33º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F3045 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB154869-
CMYK0.780.3000.73
HSL203.33º64.29%16.47%-
HSV(B)203.33º78.26%27.06%-
XYZ2.332.656.02-
YUV40.53144.07109.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.36%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 69 (27.34% from 255) = 52.27%
R=11.36%
G=36.36%
B=52.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1548690.780.3000.73203.3364.2916.47
HexF30454E1E049cb4010
Octal176010511636011131310020
Binary111111000010001011001110111100100100111001011100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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