Html Css Color HEX #143649 Blue Whale

📋 copy color: '#143649'

red 20 ◦ green 54 ◦ blue 73

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

Shades of Blue Whale #143649

Tints of Blue Whale #143649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.73%

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

R = 13.61%
G = 36.73%
B = 49.66%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#143649 (or 0x143649) is known color: Blue Whale. HEX triplet: 14, 36 and 49. RGB value is (20,54,73). Sum of RGB (Red+Green+Blue) = 20+54+73=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #143649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143649 is #EBC9B6. Grayscale: #2D2D2D. Windows color (decimal): -15452599 or 4797972. OLE color: 4797972.

HSL color Cylindrical-coordinate representation of color #143649: hue angle of 201.51º 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 #143649 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 54 73 -
CMYK 0.73 0.26 0 0.71
HSL 201.51º 0.57% 0.18% -
HSV(B) 201.51º 0.73% 0.29% -
XYZ 2.81 3.27 6.79 -
YUV 46 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 20 54 73 0.73 0.26 0 0.71 201.51 0.57 0.18
Hex 14 36 49 49 1A 0 47 CA 39 12
Octal 24 66 111 111 32 0 107 312 71 22
Binary 10100 110110 1001001 1001001 11010 0 1000111 11001010 111001 10010

Color Harmonies of #143649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143649

Black with #143649

Text Example


Text Example

White with #143649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143649; }

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

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

background-color css

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

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

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

border-color css

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

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

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