Html Css Color HEX #14344F Blue Whale

📋 copy color: '#14344F'

red 20 ◦ green 52 ◦ blue 79

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

Shades of Blue Whale #14344F

Tints of Blue Whale #14344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.44%

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

R = 13.25%
G = 34.44%
B = 52.32%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14344F (or 0x14344F) is known color: Blue Whale. HEX triplet: 14, 34 and 4F. RGB value is (20,52,79). Sum of RGB (Red+Green+Blue) = 20+52+79=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #14344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14344F is #EBCBB0. Grayscale: #2D2D2D. Windows color (decimal): -15453105 or 5190676. OLE color: 5190676.

HSL color Cylindrical-coordinate representation of color #14344F: hue angle of 207.46º 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 #14344F is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 52 79 -
CMYK 0.75 0.34 0 0.69
HSL 207.46º 0.6% 0.19% -
HSV(B) 207.46º 0.75% 0.31% -
XYZ 2.93 3.17 7.85 -
YUV 45.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 20 52 79 0.75 0.34 0 0.69 207.46 0.6 0.19
Hex 14 34 4F 4B 22 0 45 CF 3C 13
Octal 24 64 117 113 42 0 105 317 74 23
Binary 10100 110100 1001111 1001011 100010 0 1000101 11001111 111100 10011

Color Harmonies of #14344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14344F

Black with #14344F

Text Example


Text Example

White with #14344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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