Html Css Color HEX #143349 Blue Whale

📋 copy color: '#143349'

red 20 ◦ green 51 ◦ blue 73

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

Shades of Blue Whale #143349

Tints of Blue Whale #143349

RGB

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

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

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

R = 13.89%
G = 35.42%
B = 50.69%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#143349 (or 0x143349) is known color: Blue Whale. HEX triplet: 14, 33 and 49. RGB value is (20,51,73). Sum of RGB (Red+Green+Blue) = 20+51+73=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #143349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143349 is #EBCCB6. Grayscale: #2C2C2C. Windows color (decimal): -15453367 or 4797204. OLE color: 4797204.

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

Color convert

RGB 20 51 73 -
CMYK 0.73 0.30 0 0.71
HSL 204.91º 0.57% 0.18% -
HSV(B) 204.91º 0.73% 0.29% -
XYZ 2.67 3 6.74 -
YUV 44.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 20 51 73 0.73 0.30 0 0.71 204.91 0.57 0.18
Hex 14 33 49 49 1E 0 47 CD 39 12
Octal 24 63 111 111 36 0 107 315 71 22
Binary 10100 110011 1001001 1001001 11110 0 1000111 11001101 111001 10010

Color Harmonies of #143349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143349

Black with #143349

Text Example


Text Example

White with #143349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143349; }

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

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

background-color css

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

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

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

border-color css

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

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

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