Html Css Color HEX #14384D Blue Whale

📋 copy color: '#14384D'

red 20 ◦ green 56 ◦ blue 77

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

Shades of Blue Whale #14384D

Tints of Blue Whale #14384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.6%

 BLUE value IS 77 (30.47% from 255) = 50.33%

R = 13.07%
G = 36.6%
B = 50.33%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14384D (or 0x14384D) is known color: Blue Whale. HEX triplet: 14, 38 and 4D. RGB value is (20,56,77). Sum of RGB (Red+Green+Blue) = 20+56+77=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #14384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14384D is #EBC7B2. Grayscale: #2F2F2F. Windows color (decimal): -15452083 or 5060628. OLE color: 5060628.

HSL color Cylindrical-coordinate representation of color #14384D: hue angle of 202.11º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14384D is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 56 77 -
CMYK 0.74 0.27 0 0.70
HSL 202.11º 0.59% 0.19% -
HSV(B) 202.11º 0.74% 0.3% -
XYZ 3.04 3.51 7.54 -
YUV 47.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 20 56 77 0.74 0.27 0 0.70 202.11 0.59 0.19
Hex 14 38 4D 4A 1B 0 46 CA 3B 13
Octal 24 70 115 112 33 0 106 312 73 23
Binary 10100 111000 1001101 1001010 11011 0 1000110 11001010 111011 10011

Color Harmonies of #14384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14384D

Black with #14384D

Text Example


Text Example

White with #14384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14384D; }

 p { color: rgb(20,56,77); }

 H1.HeaderClassName
 {
   color: #14384D;
 }
 .AnyTagClassName
 {
   color: #14384D;
 }
</style>

background-color css

<style>
 a { background-color: #14384D; }

 a { background-color: rgb(20,56,77); }

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

border-color css

<style>
 span { border-color: #14384D; }

 span { border-color: rgb(20,56,77); }

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