Html Css Color HEX #14374E Blue Whale

📋 copy color: '#14374E'

red 20 ◦ green 55 ◦ blue 78

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

Shades of Blue Whale #14374E

Tints of Blue Whale #14374E

RGB

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

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

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

R = 13.07%
G = 35.95%
B = 50.98%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14374E (or 0x14374E) is known color: Blue Whale. HEX triplet: 14, 37 and 4E. RGB value is (20,55,78). Sum of RGB (Red+Green+Blue) = 20+55+78=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #14374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14374E is #EBC8B1. Grayscale: #2F2F2F. Windows color (decimal): -15452338 or 5125908. OLE color: 5125908.

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

Color convert

RGB 20 55 78 -
CMYK 0.74 0.29 0 0.69
HSL 203.79º 0.59% 0.19% -
HSV(B) 203.79º 0.74% 0.31% -
XYZ 3.03 3.43 7.71 -
YUV 47.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 20 55 78 0.74 0.29 0 0.69 203.79 0.59 0.19
Hex 14 37 4E 4A 1D 0 45 CC 3B 13
Octal 24 67 116 112 35 0 105 314 73 23
Binary 10100 110111 1001110 1001010 11101 0 1000101 11001100 111011 10011

Color Harmonies of #14374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14374E

Black with #14374E

Text Example


Text Example

White with #14374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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