Html Css Color HEX #14394E Blue Whale

📋 copy color: '#14394E'

red 20 ◦ green 57 ◦ blue 78

#14394E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #14394E

Tints of Blue Whale #14394E

RGB

 RED value IS 20 (8.2% from 255) = 12.9%

 GREEN value IS 57 (22.66% from 255) = 36.77%

 BLUE value IS 78 (30.86% from 255) = 50.32%

R = 12.9%
G = 36.77%
B = 50.32%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14394E (or 0x14394E) is known color: Blue Whale. HEX triplet: 14, 39 and 4E. RGB value is (20,57,78). Sum of RGB (Red+Green+Blue) = 20+57+78=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #14394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14394E is #EBC6B1. Grayscale: #303030. Windows color (decimal): -15451826 or 5126420. OLE color: 5126420.

HSL color Cylindrical-coordinate representation of color #14394E: hue angle of 201.72º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14394E is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 57 78 -
CMYK 0.74 0.27 0 0.69
HSL 201.72º 0.59% 0.19% -
HSV(B) 201.72º 0.74% 0.31% -
XYZ 3.13 3.63 7.74 -
YUV 48.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 20 57 78 0.74 0.27 0 0.69 201.72 0.59 0.19
Hex 14 39 4E 4A 1B 0 45 CA 3B 13
Octal 24 71 116 112 33 0 105 312 73 23
Binary 10100 111001 1001110 1001010 11011 0 1000101 11001010 111011 10011

Color Harmonies of #14394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14394E

Black with #14394E

Text Example


Text Example

White with #14394E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,57,78); }

 H1.HeaderClassName
 {
   color: #14394E;
 }
 .AnyTagClassName
 {
   color: #14394E;
 }
</style>

background-color css

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

 a { background-color: rgb(20,57,78); }

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

border-color css

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

 span { border-color: rgb(20,57,78); }

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