#14333E

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

Shades of Blue Whale #14333E

Tints of Blue Whale #14333E

Color information

#14333E (or 0x14333E) is unknown color: approx Blue Whale. HEX triplet: 14, 33 and 3E. RGB value is (20,51,62). Sum of RGB (Red+Green+Blue) = 20+51+62=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 62 - color contains mainly: blue. Hex color #14333E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14333E is #EBCCC1. Grayscale: #2A2A2A. Windows color (decimal): -15453378 or 4076308. OLE color: 4076308.

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

Color convert

RGB205162-
CMYK0.680.1800.76
HSL195.71º51.22%16.08%-
HSV(B)195.71º67.74%24.31%-
XYZ2.342.864.99-
YUV42.98138.73111.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 51 (20.31% from 255) = 38.35%
BLUE value IS 62 (24.61% from 255) = 46.62%
R=15.04%
G=38.35%
B=46.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2051620.680.1800.76195.7151.2216.08
Hex14333E441204Cc43310
Octal2463761042201143046320
Binary10100110011111110100010010010010011001100010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,51,62); }

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

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

 a { background-color: rgb(20,51,62); }

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

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

 span { border-color: rgb(20,51,62); }

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