Html Css Color HEX #14384F Blue Whale

📋 copy color: '#14384F'

red 20 ◦ green 56 ◦ blue 79

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

Shades of Blue Whale #14384F

Tints of Blue Whale #14384F

RGB

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

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

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

R = 12.9%
G = 36.13%
B = 50.97%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14384F (or 0x14384F) is known color: Blue Whale. HEX triplet: 14, 38 and 4F. RGB value is (20,56,79). Sum of RGB (Red+Green+Blue) = 20+56+79=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #14384F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14384F is #EBC7B0. Grayscale: #2F2F2F. Windows color (decimal): -15452081 or 5191700. OLE color: 5191700.

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

Color convert

RGB 20 56 79 -
CMYK 0.75 0.29 0 0.69
HSL 203.39º 0.6% 0.19% -
HSV(B) 203.39º 0.75% 0.31% -
XYZ 3.11 3.54 7.92 -
YUV 47.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 20 56 79 0.75 0.29 0 0.69 203.39 0.6 0.19
Hex 14 38 4F 4B 1D 0 45 CB 3C 13
Octal 24 70 117 113 35 0 105 313 74 23
Binary 10100 111000 1001111 1001011 11101 0 1000101 11001011 111100 10011

Color Harmonies of #14384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14384F

Black with #14384F

Text Example


Text Example

White with #14384F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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