#14303A

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

Shades of Blue Whale #14303A

Tints of Blue Whale #14303A

Color information

#14303A (or 0x14303A) is unknown color: approx Blue Whale. HEX triplet: 14, 30 and 3A. RGB value is (20,48,58). Sum of RGB (Red+Green+Blue) = 20+48+58=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #14303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14303A is #EBCFC5. Grayscale: #282828. Windows color (decimal): -15454150 or 3813396. OLE color: 3813396.

HSL color Cylindrical-coordinate representation of color #14303A: hue angle of 195.79º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14303A is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB204858-
CMYK0.660.1700.77
HSL195.79º48.72%15.29%-
HSV(B)195.79º65.52%22.75%-
XYZ2.112.574.39-
YUV40.77137.72113.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 58 (23.05% from 255) = 46.03%
R=15.87%
G=38.10%
B=46.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2048580.660.1700.77195.7948.7215.29
Hex14303A421104Dc431f
Octal2460721022101153046117
Binary1010011000011101010000101000101001101110001001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14303A; }

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

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

<style>
 a { background-color: #14303A; }

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

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

<style>
 span { border-color: #14303A; }

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

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