Html Css Color HEX #143846 Blue Whale

📋 copy color: '#143846'

red 20 ◦ green 56 ◦ blue 70

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

Shades of Blue Whale #143846

Tints of Blue Whale #143846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.36%

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

R = 13.7%
G = 38.36%
B = 47.95%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#143846 (or 0x143846) is known color: Blue Whale. HEX triplet: 14, 38 and 46. RGB value is (20,56,70). Sum of RGB (Red+Green+Blue) = 20+56+70=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #143846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143846 is #EBC7B9. Grayscale: #2E2E2E. Windows color (decimal): -15452090 or 4601876. OLE color: 4601876.

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

Color convert

RGB 20 56 70 -
CMYK 0.71 0.20 0 0.73
HSL 196.8º 0.56% 0.18% -
HSV(B) 196.8º 0.71% 0.27% -
XYZ 2.81 3.42 6.31 -
YUV 46.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 20 56 70 0.71 0.20 0 0.73 196.8 0.56 0.18
Hex 14 38 46 47 14 0 49 C5 38 12
Octal 24 70 106 107 24 0 111 305 70 22
Binary 10100 111000 1000110 1000111 10100 0 1001001 11000101 111000 10010

Color Harmonies of #143846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143846

Black with #143846

Text Example


Text Example

White with #143846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143846; }

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

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

background-color css

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

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

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

border-color css

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

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

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