Html Css Color HEX #143946 Blue Whale

📋 copy color: '#143946'

red 20 ◦ green 57 ◦ blue 70

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

Shades of Blue Whale #143946

Tints of Blue Whale #143946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.78%

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

R = 13.61%
G = 38.78%
B = 47.62%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#143946 (or 0x143946) is known color: Blue Whale. HEX triplet: 14, 39 and 46. RGB value is (20,57,70). Sum of RGB (Red+Green+Blue) = 20+57+70=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #143946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143946 is #EBC6B9. Grayscale: #2F2F2F. Windows color (decimal): -15451834 or 4602132. OLE color: 4602132.

HSL color Cylindrical-coordinate representation of color #143946: hue angle of 195.6º 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 #143946 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 57 70 -
CMYK 0.71 0.19 0 0.73
HSL 195.6º 0.56% 0.18% -
HSV(B) 195.6º 0.71% 0.27% -
XYZ 2.86 3.52 6.32 -
YUV 47.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 20 57 70 0.71 0.19 0 0.73 195.6 0.56 0.18
Hex 14 39 46 47 13 0 49 C4 38 12
Octal 24 71 106 107 23 0 111 304 70 22
Binary 10100 111001 1000110 1000111 10011 0 1001001 11000100 111000 10010

Color Harmonies of #143946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143946

Black with #143946

Text Example


Text Example

White with #143946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143946; }

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

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

background-color css

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

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

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

border-color css

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

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

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