#0F2E4E

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

Shades of Blue Whale #0F2E4E

Tints of Blue Whale #0F2E4E

Color information

#0F2E4E (or 0x0F2E4E) is unknown color: approx Blue Whale. HEX triplet: 0F, 2E and 4E. RGB value is (15,46,78). Sum of RGB (Red+Green+Blue) = 15+46+78=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F2E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2E4E is #F0D1B1. Grayscale: #282828. Windows color (decimal): -15782322 or 5123599. OLE color: 5123599.

HSL color Cylindrical-coordinate representation of color #0F2E4E: hue angle of 210.48º 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 #0F2E4E is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB154678-
CMYK0.810.4100.69
HSL210.48º67.74%18.24%-
HSV(B)210.48º80.77%30.59%-
XYZ2.552.617.58-
YUV40.38149.23109.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.79%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 78 (30.86% from 255) = 56.12%
R=10.79%
G=33.09%
B=56.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1546780.810.4100.69210.4867.7418.24
HexF2E4E5129045d24412
Octal175611612151010532210422
Binary1111101110100111010100011010010100010111010010100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,46,78); }

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

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

 a { background-color: rgb(15,46,78); }

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

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

 span { border-color: rgb(15,46,78); }

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