Html Css Color HEX #14334D Blue Whale

📋 copy color: '#14334D'

red 20 ◦ green 51 ◦ blue 77

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

Shades of Blue Whale #14334D

Tints of Blue Whale #14334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.46%

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

R = 13.51%
G = 34.46%
B = 52.03%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14334D (or 0x14334D) is known color: Blue Whale. HEX triplet: 14, 33 and 4D. RGB value is (20,51,77). Sum of RGB (Red+Green+Blue) = 20+51+77=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #14334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14334D is #EBCCB2. Grayscale: #2C2C2C. Windows color (decimal): -15453363 or 5059348. OLE color: 5059348.

HSL color Cylindrical-coordinate representation of color #14334D: hue angle of 207.37º 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 #14334D is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 51 77 -
CMYK 0.74 0.34 0 0.70
HSL 207.37º 0.59% 0.19% -
HSV(B) 207.37º 0.74% 0.3% -
XYZ 2.81 3.05 7.46 -
YUV 44.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 20 51 77 0.74 0.34 0 0.70 207.37 0.59 0.19
Hex 14 33 4D 4A 22 0 46 CF 3B 13
Octal 24 63 115 112 42 0 106 317 73 23
Binary 10100 110011 1001101 1001010 100010 0 1000110 11001111 111011 10011

Color Harmonies of #14334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14334D

Black with #14334D

Text Example


Text Example

White with #14334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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