Html Css Color HEX #143541 Blue Whale

📋 copy color: '#143541'

red 20 ◦ green 53 ◦ blue 65

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

Shades of Blue Whale #143541

Tints of Blue Whale #143541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.41%

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

R = 14.49%
G = 38.41%
B = 47.1%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143541 (or 0x143541) is known color: Blue Whale. HEX triplet: 14, 35 and 41. RGB value is (20,53,65). Sum of RGB (Red+Green+Blue) = 20+53+65=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #143541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143541 is #EBCABE. Grayscale: #2C2C2C. Windows color (decimal): -15452863 or 4273428. OLE color: 4273428.

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

Color convert

RGB 20 53 65 -
CMYK 0.69 0.18 0 0.75
HSL 196º 0.53% 0.17% -
HSV(B) 196º 0.69% 0.25% -
XYZ 2.52 3.08 5.46 -
YUV 44.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 20 53 65 0.69 0.18 0 0.75 196 0.53 0.17
Hex 14 35 41 45 12 0 4B C4 35 11
Octal 24 65 101 105 22 0 113 304 65 21
Binary 10100 110101 1000001 1000101 10010 0 1001011 11000100 110101 10001

Color Harmonies of #143541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143541

Black with #143541

Text Example


Text Example

White with #143541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143541; }

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

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

background-color css

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

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

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

border-color css

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

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

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