Html Css Color HEX #14324F Blue Whale

📋 copy color: '#14324F'

red 20 ◦ green 50 ◦ blue 79

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

Shades of Blue Whale #14324F

Tints of Blue Whale #14324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 53.02%

R = 13.42%
G = 33.56%
B = 53.02%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14324F (or 0x14324F) is known color: Blue Whale. HEX triplet: 14, 32 and 4F. RGB value is (20,50,79). Sum of RGB (Red+Green+Blue) = 20+50+79=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #14324F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14324F is #EBCDB0. Grayscale: #2C2C2C. Windows color (decimal): -15453617 or 5190164. OLE color: 5190164.

HSL color Cylindrical-coordinate representation of color #14324F: hue angle of 209.49º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14324F is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 50 79 -
CMYK 0.75 0.37 0 0.69
HSL 209.49º 0.6% 0.19% -
HSV(B) 209.49º 0.75% 0.31% -
XYZ 2.84 2.99 7.83 -
YUV 44.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 20 50 79 0.75 0.37 0 0.69 209.49 0.6 0.19
Hex 14 32 4F 4B 25 0 45 D1 3C 13
Octal 24 62 117 113 45 0 105 321 74 23
Binary 10100 110010 1001111 1001011 100101 0 1000101 11010001 111100 10011

Color Harmonies of #14324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14324F

Black with #14324F

Text Example


Text Example

White with #14324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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