#14334D

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

Shades of Blue Whale #14334D

Tints of Blue Whale #14334D

Color information

#14334D (or 0x14334D) is unknown color: approx Blue Whale. HEX triplet: 14, 33 and 4D. RGB value is (20,51,77). Sum of RGB (Red+Green+Blue) = 20+51+77=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #14334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14334D is #EBCCB2. Grayscale: #2C2C2C. Windows color (decimal): -15453363 or 5059348. OLE color: 5059348.

HSL color Cylindrical-coordinate representation of color #14334D: hue angle of 207.37º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14334D is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB205177-
CMYK0.740.3400.70
HSL207.37º58.76%19.02%-
HSV(B)207.37º74.03%30.2%-
XYZ2.813.057.46-
YUV44.69146.23110.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 77 (30.47% from 255) = 52.03%
R=13.51%
G=34.46%
B=52.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2051770.740.3400.70207.3758.7619.02
Hex14334D4A22046cf3b13
Octal24631151124201063177323
Binary1010011001110011011001010100010010001101100111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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