Html Css Color HEX #143242 Blue Whale

📋 copy color: '#143242'

red 20 ◦ green 50 ◦ blue 66

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

Shades of Blue Whale #143242

Tints of Blue Whale #143242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.76%

 BLUE value IS 66 (26.17% from 255) = 48.53%

R = 14.71%
G = 36.76%
B = 48.53%

CMYK

 C value IS 0.70

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#143242 (or 0x143242) is known color: Blue Whale. HEX triplet: 14, 32 and 42. RGB value is (20,50,66). Sum of RGB (Red+Green+Blue) = 20+50+66=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #143242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143242 is #EBCDBD. Grayscale: #2A2A2A. Windows color (decimal): -15453630 or 4338196. OLE color: 4338196.

HSL color Cylindrical-coordinate representation of color #143242: hue angle of 200.87º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #143242 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 50 66 -
CMYK 0.70 0.24 0 0.74
HSL 200.87º 0.53% 0.17% -
HSV(B) 200.87º 0.7% 0.26% -
XYZ 2.41 2.82 5.57 -
YUV 42.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 20 50 66 0.70 0.24 0 0.74 200.87 0.53 0.17
Hex 14 32 42 46 18 0 4A C9 35 11
Octal 24 62 102 106 30 0 112 311 65 21
Binary 10100 110010 1000010 1000110 11000 0 1001010 11001001 110101 10001

Color Harmonies of #143242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143242

Black with #143242

Text Example


Text Example

White with #143242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143242; }

 p { color: rgb(20,50,66); }

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

background-color css

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

 a { background-color: rgb(20,50,66); }

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

border-color css

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

 span { border-color: rgb(20,50,66); }

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