Html Css Color HEX #143140 Blue Whale

📋 copy color: '#143140'

red 20 ◦ green 49 ◦ blue 64

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

Shades of Blue Whale #143140

Tints of Blue Whale #143140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 48.12%

R = 15.04%
G = 36.84%
B = 48.12%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143140 (or 0x143140) is known color: Blue Whale. HEX triplet: 14, 31 and 40. RGB value is (20,49,64). Sum of RGB (Red+Green+Blue) = 20+49+64=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #143140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143140 is #EBCEBF. Grayscale: #292929. Windows color (decimal): -15453888 or 4206868. OLE color: 4206868.

HSL color Cylindrical-coordinate representation of color #143140: hue angle of 200.45º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143140 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 49 64 -
CMYK 0.69 0.23 0 0.75
HSL 200.45º 0.52% 0.16% -
HSV(B) 200.45º 0.69% 0.25% -
XYZ 2.31 2.72 5.25 -
YUV 42.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 20 49 64 0.69 0.23 0 0.75 200.45 0.52 0.16
Hex 14 31 40 45 17 0 4B C8 34 10
Octal 24 61 100 105 27 0 113 310 64 20
Binary 10100 110001 1000000 1000101 10111 0 1001011 11001000 110100 10000

Color Harmonies of #143140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143140

Black with #143140

Text Example


Text Example

White with #143140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143140; }

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

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

background-color css

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

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

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

border-color css

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

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

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