#14304E

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

Shades of Blue Whale #14304E

Tints of Blue Whale #14304E

Color information

#14304E (or 0x14304E) is unknown color: approx Blue Whale. HEX triplet: 14, 30 and 4E. RGB value is (20,48,78). Sum of RGB (Red+Green+Blue) = 20+48+78=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 48 (19.14% from 255 or 32.88% 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 #14304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14304E is #EBCFB1. Grayscale: #2A2A2A. Windows color (decimal): -15454130 or 5124116. OLE color: 5124116.

HSL color Cylindrical-coordinate representation of color #14304E: hue angle of 211.03º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14304E is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB204878-
CMYK0.740.3800.69
HSL211.03º59.18%19.22%-
HSV(B)211.03º74.36%30.59%-
XYZ2.722.817.61-
YUV43.05147.72111.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 48 (19.14% from 255) = 32.88%
BLUE value IS 78 (30.86% from 255) = 53.42%
R=13.70%
G=32.88%
B=53.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2048780.740.3800.69211.0359.1819.22
Hex14304E4A26045d33b13
Octal24601161124601053237323
Binary1010011000010011101001010100110010001011101001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14304E; }

 p { color: rgb(20,48,78); }

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

<style>
 a { background-color: #14304E; }

 a { background-color: rgb(20,48,78); }

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

<style>
 span { border-color: #14304E; }

 span { border-color: rgb(20,48,78); }

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