Html Css Color HEX #143240 Blue Whale

📋 copy color: '#143240'

red 20 ◦ green 50 ◦ blue 64

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

Shades of Blue Whale #143240

Tints of Blue Whale #143240

RGB

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

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

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

R = 14.93%
G = 37.31%
B = 47.76%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143240 (or 0x143240) is known color: Blue Whale. HEX triplet: 14, 32 and 40. RGB value is (20,50,64). Sum of RGB (Red+Green+Blue) = 20+50+64=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #143240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143240 is #EBCDBF. Grayscale: #2A2A2A. Windows color (decimal): -15453632 or 4207124. OLE color: 4207124.

HSL color Cylindrical-coordinate representation of color #143240: hue angle of 199.09º 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 #143240 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 50 64 -
CMYK 0.69 0.22 0 0.75
HSL 199.09º 0.52% 0.16% -
HSV(B) 199.09º 0.69% 0.25% -
XYZ 2.35 2.8 5.27 -
YUV 42.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 20 50 64 0.69 0.22 0 0.75 199.09 0.52 0.16
Hex 14 32 40 45 16 0 4B C7 34 10
Octal 24 62 100 105 26 0 113 307 64 20
Binary 10100 110010 1000000 1000101 10110 0 1001011 11000111 110100 10000

Color Harmonies of #143240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143240

Black with #143240

Text Example


Text Example

White with #143240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143240; }

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

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

background-color css

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

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

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

border-color css

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

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

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