Html Css Color HEX #14324E Blue Whale

📋 copy color: '#14324E'

red 20 ◦ green 50 ◦ blue 78

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

Shades of Blue Whale #14324E

Tints of Blue Whale #14324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.78%

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

R = 13.51%
G = 33.78%
B = 52.7%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14324E (or 0x14324E) is known color: Blue Whale. HEX triplet: 14, 32 and 4E. RGB value is (20,50,78). Sum of RGB (Red+Green+Blue) = 20+50+78=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #14324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14324E is #EBCDB1. Grayscale: #2C2C2C. Windows color (decimal): -15453618 or 5124628. OLE color: 5124628.

HSL color Cylindrical-coordinate representation of color #14324E: hue angle of 208.97º 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 #14324E is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 50 78 -
CMYK 0.74 0.36 0 0.69
HSL 208.97º 0.59% 0.19% -
HSV(B) 208.97º 0.74% 0.31% -
XYZ 2.8 2.98 7.64 -
YUV 44.22 147.06 110.72 -
System Red Green Blue C M Y K H S L
Decimal 20 50 78 0.74 0.36 0 0.69 208.97 0.59 0.19
Hex 14 32 4E 4A 24 0 45 D1 3B 13
Octal 24 62 116 112 44 0 105 321 73 23
Binary 10100 110010 1001110 1001010 100100 0 1000101 11010001 111011 10011

Color Harmonies of #14324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14324E

Black with #14324E

Text Example


Text Example

White with #14324E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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