Html Css Color HEX #143642 Blue Whale

📋 copy color: '#143642'

red 20 ◦ green 54 ◦ blue 66

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

Shades of Blue Whale #143642

Tints of Blue Whale #143642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.57%

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

R = 14.29%
G = 38.57%
B = 47.14%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#143642 (or 0x143642) is known color: Blue Whale. HEX triplet: 14, 36 and 42. RGB value is (20,54,66). Sum of RGB (Red+Green+Blue) = 20+54+66=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #143642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143642 is #EBC9BD. Grayscale: #2D2D2D. Windows color (decimal): -15452606 or 4339220. OLE color: 4339220.

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

Color convert

RGB 20 54 66 -
CMYK 0.70 0.18 0 0.74
HSL 195.65º 0.53% 0.17% -
HSV(B) 195.65º 0.7% 0.26% -
XYZ 2.59 3.18 5.63 -
YUV 45.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 20 54 66 0.70 0.18 0 0.74 195.65 0.53 0.17
Hex 14 36 42 46 12 0 4A C4 35 11
Octal 24 66 102 106 22 0 112 304 65 21
Binary 10100 110110 1000010 1000110 10010 0 1001010 11000100 110101 10001

Color Harmonies of #143642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143642

Black with #143642

Text Example


Text Example

White with #143642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143642; }

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

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

background-color css

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

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

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

border-color css

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

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

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