#0F2D4F

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

Shades of Blue Whale #0F2D4F

Tints of Blue Whale #0F2D4F

Color information

#0F2D4F (or 0x0F2D4F) is unknown color: approx Blue Whale. HEX triplet: 0F, 2D and 4F. RGB value is (15,45,79). Sum of RGB (Red+Green+Blue) = 15+45+79=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F2D4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2D4F is #F0D2B0. Grayscale: #272727. Windows color (decimal): -15782577 or 5188879. OLE color: 5188879.

HSL color Cylindrical-coordinate representation of color #0F2D4F: hue angle of 211.88º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F2D4F is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB154579-
CMYK0.810.4300.69
HSL211.88º68.09%18.43%-
HSV(B)211.88º81.01%30.98%-
XYZ2.552.547.75-
YUV39.91150.06110.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.79%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 79 (31.25% from 255) = 56.83%
R=10.79%
G=32.37%
B=56.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1545790.810.4300.69211.8868.0918.43
HexF2D4F512B045d44412
Octal175511712153010532410422
Binary1111101101100111110100011010110100010111010100100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,45,79); }

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

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

 a { background-color: rgb(15,45,79); }

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

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

 span { border-color: rgb(15,45,79); }

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