Html Css Color HEX #143746 Blue Whale

📋 copy color: '#143746'

red 20 ◦ green 55 ◦ blue 70

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

Shades of Blue Whale #143746

Tints of Blue Whale #143746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.93%

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

R = 13.79%
G = 37.93%
B = 48.28%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#143746 (or 0x143746) is known color: Blue Whale. HEX triplet: 14, 37 and 46. RGB value is (20,55,70). Sum of RGB (Red+Green+Blue) = 20+55+70=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #143746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143746 is #EBC8B9. Grayscale: #2E2E2E. Windows color (decimal): -15452346 or 4601620. OLE color: 4601620.

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

Color convert

RGB 20 55 70 -
CMYK 0.71 0.21 0 0.73
HSL 198º 0.56% 0.18% -
HSV(B) 198º 0.71% 0.27% -
XYZ 2.76 3.32 6.29 -
YUV 46.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 20 55 70 0.71 0.21 0 0.73 198 0.56 0.18
Hex 14 37 46 47 15 0 49 C6 38 12
Octal 24 67 106 107 25 0 111 306 70 22
Binary 10100 110111 1000110 1000111 10101 0 1001001 11000110 111000 10010

Color Harmonies of #143746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143746

Black with #143746

Text Example


Text Example

White with #143746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143746; }

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

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

background-color css

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

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

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

border-color css

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

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

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