Html Css Color HEX #143040 Blue Whale

📋 copy color: '#143040'

red 20 ◦ green 48 ◦ blue 64

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

Shades of Blue Whale #143040

Tints of Blue Whale #143040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.36%

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

R = 15.15%
G = 36.36%
B = 48.48%

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

#143040 (or 0x143040) is known color: Blue Whale. HEX triplet: 14, 30 and 40. RGB value is (20,48,64). Sum of RGB (Red+Green+Blue) = 20+48+64=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #143040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143040 is #EBCFBF. Grayscale: #292929. Windows color (decimal): -15454144 or 4206612. OLE color: 4206612.

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

Color convert

RGB 20 48 64 -
CMYK 0.69 0.25 0 0.75
HSL 201.82º 0.52% 0.16% -
HSV(B) 201.82º 0.69% 0.25% -
XYZ 2.27 2.63 5.24 -
YUV 41.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 20 48 64 0.69 0.25 0 0.75 201.82 0.52 0.16
Hex 14 30 40 45 19 0 4B CA 34 10
Octal 24 60 100 105 31 0 113 312 64 20
Binary 10100 110000 1000000 1000101 11001 0 1001011 11001010 110100 10000

Color Harmonies of #143040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143040

Black with #143040

Text Example


Text Example

White with #143040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143040; }

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

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

background-color css

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

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

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

border-color css

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

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

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