Html Css Color HEX #143747 Blue Whale

📋 copy color: '#143747'

red 20 ◦ green 55 ◦ blue 71

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

Shades of Blue Whale #143747

Tints of Blue Whale #143747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.67%

 BLUE value IS 71 (28.13% from 255) = 48.63%

R = 13.7%
G = 37.67%
B = 48.63%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#143747 (or 0x143747) is known color: Blue Whale. HEX triplet: 14, 37 and 47. RGB value is (20,55,71). Sum of RGB (Red+Green+Blue) = 20+55+71=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #143747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143747 is #EBC8B8. Grayscale: #2E2E2E. Windows color (decimal): -15452345 or 4667156. OLE color: 4667156.

HSL color Cylindrical-coordinate representation of color #143747: hue angle of 198.82º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #143747 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 55 71 -
CMYK 0.72 0.23 0 0.72
HSL 198.82º 0.56% 0.18% -
HSV(B) 198.82º 0.72% 0.28% -
XYZ 2.79 3.34 6.46 -
YUV 46.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 20 55 71 0.72 0.23 0 0.72 198.82 0.56 0.18
Hex 14 37 47 48 17 0 48 C7 38 12
Octal 24 67 107 110 27 0 110 307 70 22
Binary 10100 110111 1000111 1001000 10111 0 1001000 11000111 111000 10010

Color Harmonies of #143747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143747

Black with #143747

Text Example


Text Example

White with #143747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143747; }

 p { color: rgb(20,55,71); }

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

background-color css

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

 a { background-color: rgb(20,55,71); }

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

border-color css

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

 span { border-color: rgb(20,55,71); }

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