Html Css Color HEX #143146 Blue Whale

📋 copy color: '#143146'

red 20 ◦ green 49 ◦ blue 70

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

Shades of Blue Whale #143146

Tints of Blue Whale #143146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.25%

 BLUE value IS 70 (27.73% from 255) = 50.36%

R = 14.39%
G = 35.25%
B = 50.36%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#143146 (or 0x143146) is known color: Blue Whale. HEX triplet: 14, 31 and 46. RGB value is (20,49,70). Sum of RGB (Red+Green+Blue) = 20+49+70=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #143146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143146 is #EBCEB9. Grayscale: #2A2A2A. Windows color (decimal): -15453882 or 4600084. OLE color: 4600084.

HSL color Cylindrical-coordinate representation of color #143146: hue angle of 205.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #143146 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 49 70 -
CMYK 0.71 0.30 0 0.73
HSL 205.2º 0.56% 0.18% -
HSV(B) 205.2º 0.71% 0.27% -
XYZ 2.49 2.79 6.2 -
YUV 42.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 20 49 70 0.71 0.30 0 0.73 205.2 0.56 0.18
Hex 14 31 46 47 1E 0 49 CD 38 12
Octal 24 61 106 107 36 0 111 315 70 22
Binary 10100 110001 1000110 1000111 11110 0 1001001 11001101 111000 10010

Color Harmonies of #143146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143146

Black with #143146

Text Example


Text Example

White with #143146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143146; }

 p { color: rgb(20,49,70); }

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

background-color css

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

 a { background-color: rgb(20,49,70); }

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

border-color css

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

 span { border-color: rgb(20,49,70); }

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