Html Css Color HEX #14344E Blue Whale

📋 copy color: '#14344E'

red 20 ◦ green 52 ◦ blue 78

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

Shades of Blue Whale #14344E

Tints of Blue Whale #14344E

RGB

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

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

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

R = 13.33%
G = 34.67%
B = 52%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14344E (or 0x14344E) is known color: Blue Whale. HEX triplet: 14, 34 and 4E. RGB value is (20,52,78). Sum of RGB (Red+Green+Blue) = 20+52+78=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #14344E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14344E is #EBCBB1. Grayscale: #2D2D2D. Windows color (decimal): -15453106 or 5125140. OLE color: 5125140.

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

Color convert

RGB 20 52 78 -
CMYK 0.74 0.33 0 0.69
HSL 206.9º 0.59% 0.19% -
HSV(B) 206.9º 0.74% 0.31% -
XYZ 2.89 3.15 7.66 -
YUV 45.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 20 52 78 0.74 0.33 0 0.69 206.9 0.59 0.19
Hex 14 34 4E 4A 21 0 45 CF 3B 13
Octal 24 64 116 112 41 0 105 317 73 23
Binary 10100 110100 1001110 1001010 100001 0 1000101 11001111 111011 10011

Color Harmonies of #14344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14344E

Black with #14344E

Text Example


Text Example

White with #14344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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