#0F354E

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

Shades of Blue Whale #0F354E

Tints of Blue Whale #0F354E

Color information

#0F354E (or 0x0F354E) is unknown color: approx Blue Whale. HEX triplet: 0F, 35 and 4E. RGB value is (15,53,78). Sum of RGB (Red+Green+Blue) = 15+53+78=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F354E is #F0CAB1. Grayscale: #2C2C2C. Windows color (decimal): -15780530 or 5125391. OLE color: 5125391.

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

Color convert

RGB155378-
CMYK0.810.3200.69
HSL203.81º67.74%18.24%-
HSV(B)203.81º80.77%30.59%-
XYZ2.853.27.68-
YUV44.49146.91106.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.27%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 78 (30.86% from 255) = 53.42%
R=10.27%
G=36.30%
B=53.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1553780.810.3200.69203.8167.7418.24
HexF354E5120045cc4412
Octal176511612140010531410422
Binary1111110101100111010100011000000100010111001100100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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