Html Css Color HEX #143247 Blue Whale

📋 copy color: '#143247'

red 20 ◦ green 50 ◦ blue 71

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

Shades of Blue Whale #143247

Tints of Blue Whale #143247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.46%

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

R = 14.18%
G = 35.46%
B = 50.35%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#143247 (or 0x143247) is known color: Blue Whale. HEX triplet: 14, 32 and 47. RGB value is (20,50,71). Sum of RGB (Red+Green+Blue) = 20+50+71=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #143247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143247 is #EBCDB8. Grayscale: #2B2B2B. Windows color (decimal): -15453625 or 4665876. OLE color: 4665876.

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

Color convert

RGB 20 50 71 -
CMYK 0.72 0.30 0 0.72
HSL 204.71º 0.56% 0.18% -
HSV(B) 204.71º 0.72% 0.28% -
XYZ 2.57 2.88 6.38 -
YUV 43.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 20 50 71 0.72 0.30 0 0.72 204.71 0.56 0.18
Hex 14 32 47 48 1E 0 48 CD 38 12
Octal 24 62 107 110 36 0 110 315 70 22
Binary 10100 110010 1000111 1001000 11110 0 1001000 11001101 111000 10010

Color Harmonies of #143247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143247

Black with #143247

Text Example


Text Example

White with #143247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143247; }

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

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

background-color css

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

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

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

border-color css

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

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

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