Html Css Color HEX #143149 Blue Whale

📋 copy color: '#143149'

red 20 ◦ green 49 ◦ blue 73

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

Shades of Blue Whale #143149

Tints of Blue Whale #143149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.51%

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

R = 14.08%
G = 34.51%
B = 51.41%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#143149 (or 0x143149) is known color: Blue Whale. HEX triplet: 14, 31 and 49. RGB value is (20,49,73). Sum of RGB (Red+Green+Blue) = 20+49+73=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #143149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143149 is #EBCEB6. Grayscale: #2A2A2A. Windows color (decimal): -15453879 or 4796692. OLE color: 4796692.

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

Color convert

RGB 20 49 73 -
CMYK 0.73 0.33 0 0.71
HSL 207.17º 0.57% 0.18% -
HSV(B) 207.17º 0.73% 0.29% -
XYZ 2.59 2.83 6.71 -
YUV 43.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 20 49 73 0.73 0.33 0 0.71 207.17 0.57 0.18
Hex 14 31 49 49 21 0 47 CF 39 12
Octal 24 61 111 111 41 0 107 317 71 22
Binary 10100 110001 1001001 1001001 100001 0 1000111 11001111 111001 10010

Color Harmonies of #143149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143149

Black with #143149

Text Example


Text Example

White with #143149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143149; }

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

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

background-color css

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

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

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

border-color css

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

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

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