#0F2E4D

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

Shades of Blue Whale #0F2E4D

Tints of Blue Whale #0F2E4D

Color information

#0F2E4D (or 0x0F2E4D) is unknown color: approx Blue Whale. HEX triplet: 0F, 2E and 4D. RGB value is (15,46,77). Sum of RGB (Red+Green+Blue) = 15+46+77=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F2E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2E4D is #F0D1B2. Grayscale: #282828. Windows color (decimal): -15782323 or 5058063. OLE color: 5058063.

HSL color Cylindrical-coordinate representation of color #0F2E4D: hue angle of 210º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F2E4D is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB154677-
CMYK0.810.4000.70
HSL210º67.39%18.04%-
HSV(B)210º80.52%30.2%-
XYZ2.512.597.39-
YUV40.26148.73109.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.87%
GREEN value IS 46 (18.36% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=10.87%
G=33.33%
B=55.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1546770.810.4000.7021067.3918.04
HexF2E4D5128046d24312
Octal175611512150010632210322
Binary1111101110100110110100011010000100011011010010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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