Html Css Color HEX #143440 Blue Whale

📋 copy color: '#143440'

red 20 ◦ green 52 ◦ blue 64

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

Shades of Blue Whale #143440

Tints of Blue Whale #143440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.24%

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

R = 14.71%
G = 38.24%
B = 47.06%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143440 (or 0x143440) is known color: Blue Whale. HEX triplet: 14, 34 and 40. RGB value is (20,52,64). Sum of RGB (Red+Green+Blue) = 20+52+64=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #143440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143440 is #EBCBBF. Grayscale: #2B2B2B. Windows color (decimal): -15453120 or 4207636. OLE color: 4207636.

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

Color convert

RGB 20 52 64 -
CMYK 0.69 0.19 0 0.75
HSL 196.36º 0.52% 0.16% -
HSV(B) 196.36º 0.69% 0.25% -
XYZ 2.44 2.97 5.3 -
YUV 43.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 20 52 64 0.69 0.19 0 0.75 196.36 0.52 0.16
Hex 14 34 40 45 13 0 4B C4 34 10
Octal 24 64 100 105 23 0 113 304 64 20
Binary 10100 110100 1000000 1000101 10011 0 1001011 11000100 110100 10000

Color Harmonies of #143440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143440

Black with #143440

Text Example


Text Example

White with #143440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143440; }

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

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

background-color css

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

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

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

border-color css

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

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

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