Html Css Color HEX #14324A Blue Whale

📋 copy color: '#14324A'

red 20 ◦ green 50 ◦ blue 74

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

Shades of Blue Whale #14324A

Tints of Blue Whale #14324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 51.39%

R = 13.89%
G = 34.72%
B = 51.39%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14324A (or 0x14324A) is known color: Blue Whale. HEX triplet: 14, 32 and 4A. RGB value is (20,50,74). Sum of RGB (Red+Green+Blue) = 20+50+74=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #14324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14324A is #EBCDB5. Grayscale: #2B2B2B. Windows color (decimal): -15453622 or 4862484. OLE color: 4862484.

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

Color convert

RGB 20 50 74 -
CMYK 0.73 0.32 0 0.71
HSL 206.67º 0.57% 0.18% -
HSV(B) 206.67º 0.73% 0.29% -
XYZ 2.67 2.92 6.9 -
YUV 43.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 20 50 74 0.73 0.32 0 0.71 206.67 0.57 0.18
Hex 14 32 4A 49 20 0 47 CF 39 12
Octal 24 62 112 111 40 0 107 317 71 22
Binary 10100 110010 1001010 1001001 100000 0 1000111 11001111 111001 10010

Color Harmonies of #14324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14324A

Black with #14324A

Text Example


Text Example

White with #14324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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