#14304B

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

Shades of Blue Whale #14304B

Tints of Blue Whale #14304B

Color information

#14304B (or 0x14304B) is unknown color: approx Blue Whale. HEX triplet: 14, 30 and 4B. RGB value is (20,48,75). Sum of RGB (Red+Green+Blue) = 20+48+75=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #14304B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14304B is #EBCFB4. Grayscale: #2A2A2A. Windows color (decimal): -15454133 or 4927508. OLE color: 4927508.

HSL color Cylindrical-coordinate representation of color #14304B: hue angle of 209.45º 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 #14304B is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB204875-
CMYK0.730.3600.71
HSL209.45º57.89%18.63%-
HSV(B)209.45º73.33%29.41%-
XYZ2.622.777.05-
YUV42.71146.22111.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 75 (29.69% from 255) = 52.45%
R=13.99%
G=33.57%
B=52.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2048750.730.3600.71209.4557.8918.63
Hex14304B4924047d13a13
Octal24601131114401073217223
Binary1010011000010010111001001100100010001111101000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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