Html Css Color HEX #143449 Blue Whale

📋 copy color: '#143449'

red 20 ◦ green 52 ◦ blue 73

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

Shades of Blue Whale #143449

Tints of Blue Whale #143449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.86%

 BLUE value IS 73 (28.91% from 255) = 50.34%

R = 13.79%
G = 35.86%
B = 50.34%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#143449 (or 0x143449) is known color: Blue Whale. HEX triplet: 14, 34 and 49. RGB value is (20,52,73). Sum of RGB (Red+Green+Blue) = 20+52+73=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #143449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143449 is #EBCBB6. Grayscale: #2C2C2C. Windows color (decimal): -15453111 or 4797460. OLE color: 4797460.

HSL color Cylindrical-coordinate representation of color #143449: hue angle of 203.77º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #143449 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 52 73 -
CMYK 0.73 0.29 0 0.71
HSL 203.77º 0.57% 0.18% -
HSV(B) 203.77º 0.73% 0.29% -
XYZ 2.72 3.09 6.76 -
YUV 44.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 20 52 73 0.73 0.29 0 0.71 203.77 0.57 0.18
Hex 14 34 49 49 1D 0 47 CC 39 12
Octal 24 64 111 111 35 0 107 314 71 22
Binary 10100 110100 1001001 1001001 11101 0 1000111 11001100 111001 10010

Color Harmonies of #143449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143449

Black with #143449

Text Example


Text Example

White with #143449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143449; }

 p { color: rgb(20,52,73); }

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

background-color css

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

 a { background-color: rgb(20,52,73); }

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

border-color css

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

 span { border-color: rgb(20,52,73); }

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