#14334B

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

Shades of Blue Whale #14334B

Tints of Blue Whale #14334B

Color information

#14334B (or 0x14334B) is unknown color: approx Blue Whale. HEX triplet: 14, 33 and 4B. RGB value is (20,51,75). Sum of RGB (Red+Green+Blue) = 20+51+75=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #14334B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14334B is #EBCCB4. Grayscale: #2C2C2C. Windows color (decimal): -15453365 or 4928276. OLE color: 4928276.

HSL color Cylindrical-coordinate representation of color #14334B: hue angle of 206.18º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14334B is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB205175-
CMYK0.730.3200.71
HSL206.18º57.89%18.63%-
HSV(B)206.18º73.33%29.41%-
XYZ2.743.027.1-
YUV44.47145.23110.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=13.70%
G=34.93%
B=51.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2051750.730.3200.71206.1857.8918.63
Hex14334B4920047ce3a13
Octal24631131114001073167223
Binary1010011001110010111001001100000010001111100111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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