Html Css Color HEX #14374F Blue Whale

📋 copy color: '#14374F'

red 20 ◦ green 55 ◦ blue 79

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

Shades of Blue Whale #14374F

Tints of Blue Whale #14374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.71%

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

R = 12.99%
G = 35.71%
B = 51.3%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14374F (or 0x14374F) is known color: Blue Whale. HEX triplet: 14, 37 and 4F. RGB value is (20,55,79). Sum of RGB (Red+Green+Blue) = 20+55+79=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #14374F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14374F is #EBC8B0. Grayscale: #2F2F2F. Windows color (decimal): -15452337 or 5191444. OLE color: 5191444.

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

Color convert

RGB 20 55 79 -
CMYK 0.75 0.30 0 0.69
HSL 204.41º 0.6% 0.19% -
HSV(B) 204.41º 0.75% 0.31% -
XYZ 3.07 3.45 7.9 -
YUV 47.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 20 55 79 0.75 0.30 0 0.69 204.41 0.6 0.19
Hex 14 37 4F 4B 1E 0 45 CC 3C 13
Octal 24 67 117 113 36 0 105 314 74 23
Binary 10100 110111 1001111 1001011 11110 0 1000101 11001100 111100 10011

Color Harmonies of #14374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14374F

Black with #14374F

Text Example


Text Example

White with #14374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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