Html Css Color HEX #143542 Blue Whale

📋 copy color: '#143542'

red 20 ◦ green 53 ◦ blue 66

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

Shades of Blue Whale #143542

Tints of Blue Whale #143542

RGB

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

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

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

R = 14.39%
G = 38.13%
B = 47.48%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#143542 (or 0x143542) is known color: Blue Whale. HEX triplet: 14, 35 and 42. RGB value is (20,53,66). Sum of RGB (Red+Green+Blue) = 20+53+66=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 66 - color contains mainly: blue. Hex color #143542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143542 is #EBCABD. Grayscale: #2C2C2C. Windows color (decimal): -15452862 or 4338964. OLE color: 4338964.

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

Color convert

RGB 20 53 66 -
CMYK 0.70 0.20 0 0.74
HSL 196.96º 0.53% 0.17% -
HSV(B) 196.96º 0.7% 0.26% -
XYZ 2.54 3.09 5.62 -
YUV 44.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 20 53 66 0.70 0.20 0 0.74 196.96 0.53 0.17
Hex 14 35 42 46 14 0 4A C5 35 11
Octal 24 65 102 106 24 0 112 305 65 21
Binary 10100 110101 1000010 1000110 10100 0 1001010 11000101 110101 10001

Color Harmonies of #143542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143542

Black with #143542

Text Example


Text Example

White with #143542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143542; }

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

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

background-color css

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

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

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

border-color css

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

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

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