#14313C

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

Shades of Blue Whale #14313C

Tints of Blue Whale #14313C

Color information

#14313C (or 0x14313C) is unknown color: approx Blue Whale. HEX triplet: 14, 31 and 3C. RGB value is (20,49,60). Sum of RGB (Red+Green+Blue) = 20+49+60=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #14313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14313C is #EBCEC3. Grayscale: #292929. Windows color (decimal): -15453892 or 3944724. OLE color: 3944724.

HSL color Cylindrical-coordinate representation of color #14313C: hue angle of 196.5º degrees, saturation: 0.5, 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 #14313C is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB204960-
CMYK0.670.1800.76
HSL196.5º50%15.69%-
HSV(B)196.5º66.67%23.53%-
XYZ2.22.674.67-
YUV41.58138.39112.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 60 (23.83% from 255) = 46.51%
R=15.50%
G=37.98%
B=46.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2049600.670.1800.76196.55015.69
Hex14313C431204Cc43210
Octal2461741032201143046220
Binary10100110001111100100001110010010011001100010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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