Html Css Color HEX #143241 Blue Whale

📋 copy color: '#143241'

red 20 ◦ green 50 ◦ blue 65

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

Shades of Blue Whale #143241

Tints of Blue Whale #143241

RGB

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

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

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

R = 14.81%
G = 37.04%
B = 48.15%

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

#143241 (or 0x143241) is known color: Blue Whale. HEX triplet: 14, 32 and 41. RGB value is (20,50,65). Sum of RGB (Red+Green+Blue) = 20+50+65=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #143241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143241 is #EBCDBE. Grayscale: #2A2A2A. Windows color (decimal): -15453631 or 4272660. OLE color: 4272660.

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

Color convert

RGB 20 50 65 -
CMYK 0.69 0.23 0 0.75
HSL 200º 0.53% 0.17% -
HSV(B) 200º 0.69% 0.25% -
XYZ 2.38 2.81 5.42 -
YUV 42.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 20 50 65 0.69 0.23 0 0.75 200 0.53 0.17
Hex 14 32 41 45 17 0 4B C8 35 11
Octal 24 62 101 105 27 0 113 310 65 21
Binary 10100 110010 1000001 1000101 10111 0 1001011 11001000 110101 10001

Color Harmonies of #143241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143241

Black with #143241

Text Example


Text Example

White with #143241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143241; }

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

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

background-color css

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

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

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

border-color css

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

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

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