#14313D

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

Shades of Blue Whale #14313D

Tints of Blue Whale #14313D

Color information

#14313D (or 0x14313D) is unknown color: approx Blue Whale. HEX triplet: 14, 31 and 3D. RGB value is (20,49,61). Sum of RGB (Red+Green+Blue) = 20+49+61=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #14313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14313D is #EBCEC2. Grayscale: #292929. Windows color (decimal): -15453891 or 4010260. OLE color: 4010260.

HSL color Cylindrical-coordinate representation of color #14313D: hue angle of 197.56º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14313D is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB204961-
CMYK0.670.2000.76
HSL197.56º50.62%15.88%-
HSV(B)197.56º67.21%23.92%-
XYZ2.232.684.82-
YUV41.7138.89112.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 61 (24.22% from 255) = 46.92%
R=15.38%
G=37.69%
B=46.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2049610.670.2000.76197.5650.6215.88
Hex14313D431404Cc63310
Octal2461751032401143066320
Binary10100110001111101100001110100010011001100011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14313D; }

 p { color: rgb(20,49,61); }

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

<style>
 a { background-color: #14313D; }

 a { background-color: rgb(20,49,61); }

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

<style>
 span { border-color: #14313D; }

 span { border-color: rgb(20,49,61); }

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