Html Css Color HEX #143947 Blue Whale

📋 copy color: '#143947'

red 20 ◦ green 57 ◦ blue 71

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

Shades of Blue Whale #143947

Tints of Blue Whale #143947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.51%

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

R = 13.51%
G = 38.51%
B = 47.97%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#143947 (or 0x143947) is known color: Blue Whale. HEX triplet: 14, 39 and 47. RGB value is (20,57,71). Sum of RGB (Red+Green+Blue) = 20+57+71=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #143947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143947 is #EBC6B8. Grayscale: #2F2F2F. Windows color (decimal): -15451833 or 4667668. OLE color: 4667668.

HSL color Cylindrical-coordinate representation of color #143947: hue angle of 196.47º 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 #143947 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 57 71 -
CMYK 0.72 0.20 0 0.72
HSL 196.47º 0.56% 0.18% -
HSV(B) 196.47º 0.72% 0.28% -
XYZ 2.89 3.53 6.49 -
YUV 47.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 20 57 71 0.72 0.20 0 0.72 196.47 0.56 0.18
Hex 14 39 47 48 14 0 48 C4 38 12
Octal 24 71 107 110 24 0 110 304 70 22
Binary 10100 111001 1000111 1001000 10100 0 1001000 11000100 111000 10010

Color Harmonies of #143947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143947

Black with #143947

Text Example


Text Example

White with #143947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143947; }

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

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

background-color css

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

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

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

border-color css

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

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

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