Html Css Color HEX #143141 Blue Whale

📋 copy color: '#143141'

red 20 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #143141

Tints of Blue Whale #143141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 48.51%

R = 14.93%
G = 36.57%
B = 48.51%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143141 (or 0x143141) is known color: Blue Whale. HEX triplet: 14, 31 and 41. RGB value is (20,49,65). Sum of RGB (Red+Green+Blue) = 20+49+65=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #143141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143141 is #EBCEBE. Grayscale: #2A2A2A. Windows color (decimal): -15453887 or 4272404. OLE color: 4272404.

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

Color convert

RGB 20 49 65 -
CMYK 0.69 0.25 0 0.75
HSL 201.33º 0.53% 0.17% -
HSV(B) 201.33º 0.69% 0.25% -
XYZ 2.34 2.73 5.4 -
YUV 42.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 20 49 65 0.69 0.25 0 0.75 201.33 0.53 0.17
Hex 14 31 41 45 19 0 4B C9 35 11
Octal 24 61 101 105 31 0 113 311 65 21
Binary 10100 110001 1000001 1000101 11001 0 1001011 11001001 110101 10001

Color Harmonies of #143141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143141

Black with #143141

Text Example


Text Example

White with #143141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143141; }

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

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

background-color css

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

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

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

border-color css

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

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

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