Html Css Color HEX #143441 Blue Whale

📋 copy color: '#143441'

red 20 ◦ green 52 ◦ blue 65

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

Shades of Blue Whale #143441

Tints of Blue Whale #143441

RGB

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

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

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

R = 14.6%
G = 37.96%
B = 47.45%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143441 (or 0x143441) is known color: Blue Whale. HEX triplet: 14, 34 and 41. RGB value is (20,52,65). Sum of RGB (Red+Green+Blue) = 20+52+65=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #143441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143441 is #EBCBBE. Grayscale: #2B2B2B. Windows color (decimal): -15453119 or 4273172. OLE color: 4273172.

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

Color convert

RGB 20 52 65 -
CMYK 0.69 0.20 0 0.75
HSL 197.33º 0.53% 0.17% -
HSV(B) 197.33º 0.69% 0.25% -
XYZ 2.47 2.99 5.45 -
YUV 43.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 20 52 65 0.69 0.20 0 0.75 197.33 0.53 0.17
Hex 14 34 41 45 14 0 4B C5 35 11
Octal 24 64 101 105 24 0 113 305 65 21
Binary 10100 110100 1000001 1000101 10100 0 1001011 11000101 110101 10001

Color Harmonies of #143441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143441

Black with #143441

Text Example


Text Example

White with #143441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143441; }

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

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

background-color css

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

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

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

border-color css

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

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

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