Html Css Color HEX #143540 Blue Whale

📋 copy color: '#143540'

red 20 ◦ green 53 ◦ blue 64

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

Shades of Blue Whale #143540

Tints of Blue Whale #143540

RGB

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

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

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

R = 14.6%
G = 38.69%
B = 46.72%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143540 (or 0x143540) is known color: Blue Whale. HEX triplet: 14, 35 and 40. RGB value is (20,53,64). Sum of RGB (Red+Green+Blue) = 20+53+64=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #143540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143540 is #EBCABF. Grayscale: #2C2C2C. Windows color (decimal): -15452864 or 4207892. OLE color: 4207892.

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

Color convert

RGB 20 53 64 -
CMYK 0.69 0.17 0 0.75
HSL 195º 0.52% 0.16% -
HSV(B) 195º 0.69% 0.25% -
XYZ 2.49 3.07 5.31 -
YUV 44.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 20 53 64 0.69 0.17 0 0.75 195 0.52 0.16
Hex 14 35 40 45 11 0 4B C3 34 10
Octal 24 65 100 105 21 0 113 303 64 20
Binary 10100 110101 1000000 1000101 10001 0 1001011 11000011 110100 10000

Color Harmonies of #143540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143540

Black with #143540

Text Example


Text Example

White with #143540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143540; }

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

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

background-color css

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

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

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

border-color css

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

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

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